feat(luasnip): added snippet_paths option for luasnip

This commit is contained in:
Manas Mengle 2022-06-27 15:58:14 +01:00 committed by siduck
parent 9ccc95ea6c
commit 5a3fcd7326
2 changed files with 6 additions and 1 deletions

View file

@ -43,6 +43,9 @@ M.plugins = {
lspconfig = {
setup_lspconf = "", -- path of lspconfig file
},
luasnip = {
snippet_paths = {""}, -- list of custom snippet locations
},
},
}