This commit is contained in:
Filippo Berto 2022-05-09 12:11:50 +02:00
parent d81dd704a5
commit ad7c8d80b7
7 changed files with 36 additions and 10 deletions

View file

@ -109,12 +109,12 @@ in
"lsp-enable"
''
def -hidden insert-c-n %{
try %{
lsp-snippets-select-next-placeholders
exec '<a-;>d'
} catch %{
exec -with-hooks '<c-n>'
}
try %{
lsp-snippets-select-next-placeholders
exec '<a-;>d'
} catch %{
exec -with-hooks '<c-n>'
}
}
''
"require-module powerline"