feat(luasnip): added snippet_paths option for luasnip
This commit is contained in:
parent
9ccc95ea6c
commit
5a3fcd7326
2 changed files with 6 additions and 1 deletions
|
@ -43,6 +43,9 @@ M.plugins = {
|
|||
lspconfig = {
|
||||
setup_lspconf = "", -- path of lspconfig file
|
||||
},
|
||||
luasnip = {
|
||||
snippet_paths = {""}, -- list of custom snippet locations
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue