rafi / vim-config

Lean mean Neovim machine, carefully crafted with :heart: Use with latest Neovim.
1.9k stars 467 forks source link

Still not working well on Debian with homebrew #116

Closed andrius closed 5 years ago

andrius commented 5 years ago

I just made a try and still getting errors with neovim. Host machine: Debian 9.7 with homebrew installed

Case 1

brew install neovim
# installing vim-config

When I starting vim and trying to edit files, I get this:

                                Error detected while processing /home/ak/.cache/vim/dein/repos/github.com/ncm2/float-preview.nvim/plugin/float_preview.vim:
line   14:
E216: No such group or event: CompleteChanged * call float_preview#_menu_popup_changed()
Press ENTER or type command to continue

Case 2

brew install --HEAD neovim
# reinstalling vim-config

No errors, but any popus does not working, ctags etc too. Just getting fancy looking nvim

rafi commented 5 years ago

Hi @andrius, thanks for the report. My latest commit 41d166a checks if CompleteChanged event exists (supported only on nvim nightly and vim v8.1.1138), should fix this issue. Let me know!

andrius commented 5 years ago

Works, but now I had to do make upgrade and make update and few times :UpdateRemotePlugins. But it worth so, nvim looks fantastic! Thank you!

rafi commented 5 years ago

See #117 for a new feature to disable or overwrite plugin configurations.

Let me know if you're cool.