Add snap as an optional alternative to telescope (#582)

Co-authored-by: Cam Spiers <cam.spiers@jnctn.nz>
This commit is contained in:
Cam Spiers 2021-07-03 06:18:57 +12:00 committed by GitHub
parent 3d01da8a50
commit c1c4e63e5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 7 deletions

View file

@ -45,6 +45,15 @@ return require("packer").startup(function(use)
config = [[require('lv-telescope')]],
cmd = "Telescope"
}
-- Snap
use {
"camspiers/snap",
rocks = "fzy",
config = function()
require("lv-snap").config()
end,
disable = not O.plugin.snap.active,
}
-- Autocomplete
use {
"hrsh7th/nvim-compe",