Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

You must install neosnippet-snippets or disable runtime snippets. #468

Closed Numkil closed 10 years ago

Numkil commented 10 years ago

hello shougo,

I've been getting this error every time I open a file. You must install neosnippet-snippets or disable runtime snippets. But the thing is I do have this plugin installed Bundle 'Shougo/neosnippet' is the line in my .vimrc

Do I need to do something else or am I misinterpreting this error?

Thanks!

Shougo commented 10 years ago
Bundle 'Shougo/neosnippet-snippets'

is also needed(See neosnippet documentation).