mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-17 18:13:03 -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'
|
-- 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