Skip to content

Commit 7565039

Browse files
committed
Merge pull request spf13#551 from ljani/3.0
Add Shougo/neosnippet-snippets. Fixes spf13#539.
2 parents c7128bb + 9d293cb commit 7565039

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
@@ -163,10 +163,12 @@
163163
elseif count(g:spf13_bundle_groups, 'neocomplcache')
164164
Bundle 'Shougo/neocomplcache'
165165
Bundle 'Shougo/neosnippet'
166+
Bundle 'Shougo/neosnippet-snippets'
166167
Bundle 'honza/vim-snippets'
167168
elseif count(g:spf13_bundle_groups, 'neocomplete')
168169
Bundle 'Shougo/neocomplete.vim.git'
169170
Bundle 'Shougo/neosnippet'
171+
Bundle 'Shougo/neosnippet-snippets'
170172
Bundle 'honza/vim-snippets'
171173
endif
172174
" }

0 commit comments

Comments
 (0)