update
This commit is contained in:
parent
94b3855850
commit
19dd7b61a9
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue