fix : add path for luasnip snippets (#483)
This commit is contained in:
parent
50a5bcc870
commit
8e0dfc1de6
2 changed files with 8 additions and 5 deletions
|
|
@ -81,6 +81,9 @@ M.plugins = {
|
|||
nvimtree = {
|
||||
enable_git = 0,
|
||||
},
|
||||
luasnip = {
|
||||
snippet_path = {},
|
||||
},
|
||||
statusline = { -- statusline related options
|
||||
-- these are filetypes, not pattern matched
|
||||
-- shown filetypes will overrule hidden filetypes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue