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',
config = function()
G.g.vsnip_snippet_dirs = {
G.fn.stdpath("config") .. "/snippets"
}
G.g.vsnip_snippet_dir = G.fn.stdpath("config") .. "/snippets"
end
},
'hrsh7th/cmp-vsnip',