Closed jboadas closed 11 years ago
call neosnippet#initialize()
call neocomplcache#initialize()
Sorry didn't work and if you open a file with the context menu "Edit with Vim" (any file) you keep getting "Completefunc not set" until you open a file with "e:"
I fixed it.
Awesome! now works thanks
I have neocomplcache/neosnippet installed on gVim Windows Machine and create some templates in _.snip, when I open vim in the first empty buffer I try to get the neocomplcache menu with tab on my custom snippet and also try with date and no menu only get completefunc on command line. then I put the command let g:neocomplcache_disable_auto_complete = 0 in my vimrc restar vim and menu is working fine, My issue is : there is a way to enable the menu with tab in the initial empty buffer ?. here is my conf :
Thanks