mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
Add snap as an optional alternative to telescope (#582)
Co-authored-by: Cam Spiers <cam.spiers@jnctn.nz>
This commit is contained in:
parent
3d01da8a50
commit
c1c4e63e5b
4 changed files with 36 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue