spf13 / spf13-vim

The ultimate vim distribution

Home Page:http://vim.spf13.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim8.2 issue with neocomplete and spf-13

OrionRandD opened this issue · comments

After upgrading vim to vim8.2 in my debian box I am facing this issue with neocomplete with comes in spf-13 as default plugin
and is configured in its "$HOME/.spf13-vim-3/.vimrc" file and is inside "$HOME/r/.vim/bundle/neocomplete.vim".
How do I fix this issue? I am left with not (auto)completion now 👎

Vim keeps showing "Vim 8.2.1066 is not backwards compatible" every few minutes
https://www.reddit.com/r/vim/comments/i5wfuj/vim_keeps_showing_vim_821066_is_not_backwards/

At first suggest for you is to use this fork from me: https://github.com/jtuz/spf13-vim, it works well with deoplete(the new one instead neocomplete), just be aware the install requirements, in this case:

Note: deoplete requires Neovim (0.3.0+ and of course, latest is recommended) or Vim8.1 with Python 3.6.1+ and timers enabled. See requirements if you aren't sure whether you have this.

But if you want to use the original Steve Francia's repository follow the install requirements as he describes on README:

To make all the plugins work, specifically neocomplete, you need vim with lua.

@jtuz Hi thx a lot for your spf13 fork. I did not know that it ever exited
I will try it for sure. Although I already have fixed the issue of autocompletion....

same, my vim has +lua, when run :NeoCompleteEnable it shows neocomplete does not work with Vim 8.2.1066+.