mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -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
ac6be59e68
commit
09cef9c60a
@ -129,7 +129,7 @@ function M.snippets_conf()
|
||||
})
|
||||
|
||||
-- Loading vscode-like snippets from 'friendly-snippets'
|
||||
require('luasnip/loaders/from_vscode').lazy_load()
|
||||
require('luasnip/loaders/from_vscode').load()
|
||||
end
|
||||
|
||||
function M.coq_conf()
|
||||
|
Loading…
Reference in New Issue
Block a user