This commit is contained in:
newbie 2024-01-14 23:16:07 +08:00
parent 94b3855850
commit 19dd7b61a9

View File

@ -137,9 +137,7 @@ return {
{ {
'hrsh7th/vim-vsnip', 'hrsh7th/vim-vsnip',
config = function() config = function()
G.g.vsnip_snippet_dirs = { G.g.vsnip_snippet_dir = G.fn.stdpath("config") .. "/snippets"
G.fn.stdpath("config") .. "/snippets"
}
end end
}, },
'hrsh7th/cmp-vsnip', 'hrsh7th/cmp-vsnip',