Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim8.2 issue with neocomplete and spf-13 #1117

Open
OrionRandD opened this issue Nov 4, 2020 · 3 comments
Open

vim8.2 issue with neocomplete and spf-13 #1117

OrionRandD opened this issue Nov 4, 2020 · 3 comments

Comments

@OrionRandD
Copy link

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/

@jtuz
Copy link

jtuz commented Nov 16, 2020

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.

@OrionRandD
Copy link
Author

@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....

@CroMarmot
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants