From 784e58b5617f1a0ce1c639417da1e8b709e267f9 Mon Sep 17 00:00:00 2001 From: ljani Date: Thu, 6 Feb 2014 20:25:24 +0200 Subject: [PATCH] Add Shougo/neosnippet-snippets. Fixes #539. Shougo/neosnippet version 4.1 split the repository into two and the other half is now missing, see the PR for details. --- .vimrc.bundles | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc.bundles b/.vimrc.bundles index d13b08af8..93252b0b6 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -162,10 +162,12 @@ Bundle 'SirVer/ultisnips' elseif count(g:spf13_bundle_groups, 'neocomplcache') Bundle 'Shougo/neocomplcache' + Bundle 'Shougo/neosnippet-snippets' Bundle 'Shougo/neosnippet' Bundle 'honza/vim-snippets' elseif count(g:spf13_bundle_groups, 'neocomplete') Bundle 'Shougo/neocomplete.vim.git' + Bundle 'Shougo/neosnippet-snippets' Bundle 'Shougo/neosnippet' Bundle 'honza/vim-snippets' endif