diff --git a/config/plugins/neosnippet.vim b/config/plugins/neosnippet.vim index 98d575722..07cc6fd6c 100644 --- a/config/plugins/neosnippet.vim +++ b/config/plugins/neosnippet.vim @@ -1,4 +1,4 @@ -let g:neosnippet#snippets_directory = [expand('~/.SpaceVim.d/snippets/')] +let g:neosnippet#snippets_directory = [expand('~/.SpaceVim.d/snippets/'), expand('~/.SpaceVim/snippets/')] if g:spacevim_force_global_config == 0 call add(g:neosnippet#snippets_directory, getcwd() . '/.Spacevim.d/snippets') endif