fix(luasnip): switch to using global variables

This commit is contained in:
Manas Mengle 2022-06-27 16:25:47 +01:00 committed by siduck
parent 34628a1789
commit ce2a5d8596
2 changed files with 1 additions and 6 deletions

View file

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