Skip to content

Commit 784e58b

Browse files
author
ljani
committed
Add Shougo/neosnippet-snippets. Fixes spf13#539. Shougo/neosnippet version 4.1 split the repository into two and the other half is now missing, see the PR for details.
1 parent ebd410b commit 784e58b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vimrc.bundles

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,12 @@
162162
Bundle 'SirVer/ultisnips'
163163
elseif count(g:spf13_bundle_groups, 'neocomplcache')
164164
Bundle 'Shougo/neocomplcache'
165+
Bundle 'Shougo/neosnippet-snippets'
165166
Bundle 'Shougo/neosnippet'
166167
Bundle 'honza/vim-snippets'
167168
elseif count(g:spf13_bundle_groups, 'neocomplete')
168169
Bundle 'Shougo/neocomplete.vim.git'
170+
Bundle 'Shougo/neosnippet-snippets'
169171
Bundle 'Shougo/neosnippet'
170172
Bundle 'honza/vim-snippets'
171173
endif

0 commit comments

Comments
 (0)