mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-27 21:47:46 +01:00
nvim: added snippet support
This commit is contained in:
parent
9b60120f65
commit
c81fc673fb
@ -147,8 +147,6 @@ cmp.setup {
|
||||
cmp.select_next_item()
|
||||
elseif luasnip.expand_or_jumpable() then
|
||||
luasnip.expand_or_jump()
|
||||
elseif has_words_before() then
|
||||
cmp.complete()
|
||||
else
|
||||
fallback()
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user