remove fzf dep

This commit is contained in:
lelgenio 2020-11-14 20:06:22 -03:00
parent 7dbc50c7e7
commit b5d7de7dd9
1 changed files with 10 additions and 1 deletions

View File

@ -12,7 +12,16 @@ plug 'h-youhei/kakoune-surround'
plug 'delapouite/kakoune-palette'
plug "andreyorst/fzf.kak"
plug "kak-lsp/kak-lsp" do %{
cargo install --locked --force --path .
}
def -hidden insert-c-n %{
try %{
lsp-snippets-select-next-placeholders
# exec '<a-;>d'
} catch %{
exec -with-hooks '<c-n>'
}
}
map global insert <c-n> "<a-;>: insert-c-n<ret>"