mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-22 20:43:04 -05:00
neovim: fix luasnip config
lazy_load() won't reload snippets when opening a new buffer, and will only load general snippets (ft=all) first
This commit is contained in:
parent
7fd5257d54
commit
c9b6bac7e4
@ -129,7 +129,7 @@ function M.snippets_conf()
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- Loading vscode-like snippets from 'friendly-snippets'
|
-- Loading vscode-like snippets from 'friendly-snippets'
|
||||||
require('luasnip/loaders/from_vscode').lazy_load()
|
require('luasnip/loaders/from_vscode').load()
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.coq_conf()
|
function M.coq_conf()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user