-
Notifications
You must be signed in to change notification settings - Fork 0
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
Consider switching to neovim #9
Comments
There doesn't seem to be a good portable gui option for neovim. The terminal emulator is significantly better though. I'm not sure there's enough value to switch since I'll have to significantly re-engineer my vimrc. |
Another benefit would be highlighted line numbers, eg for gitgutter https://github.com/airblade/vim-gitgutter#line-number-highlights |
And another benefit would be codeLens in COC, for inferred scala types. |
Oh, but neovim now has builtin LSP support: https://neovim.io/doc/user/lsp.html |
This is a fairly convincing list now. |
Switched to neovim-qt! |
A lot of my vimrc is pretty vim8 specific, so hopefully neovim isn't any nicer than vim8
The text was updated successfully, but these errors were encountered: