Me too, after reading the recently discussed post on 0.5 nightly! It was always bugging me how I was using coc.nvim with pure Vim (but didn’t want to switch just to use a 3rd party plugin). Also running Node wasn’t ideal. There is a Twitch release stream right now by the way!
Been running the nightlies for a while and enjoying how the LSP stuff is working out. Now using nvim-lspconfig / completion-nvim / symbols-outline in place of vim-lsp, YouCompleteMe, and vista, and everything is a bit faster and a bit more useful.
tree-sitter seems interesting but I’ll wait until it’s a little more fire-and-forget :)
This is great. I’ve been building it from source for a few weeks now and using the neovim-lspconfig settings for learning rust and developing in go.
Me too, after reading the recently discussed post on 0.5 nightly! It was always bugging me how I was using
coc.nvim
with pure Vim (but didn’t want to switch just to use a 3rd party plugin). Also running Node wasn’t ideal. There is a Twitch release stream right now by the way!I skimmed through the record video and the tree-sitter demo is really cool.
Woo! Finally! No more nightly builds that I occasionally pull and rebuild every couple of weeks.
Are there release notes?
Here: https://github.com/neovim/neovim/commit/a5ac2f45ff84a688a09479f357a9909d5b914294
https://neovim.io/roadmap/
Neovim can now
:smile
!It’s not as encouraging as the ViM
:smile
, though. :)Been running the nightlies for a while and enjoying how the LSP stuff is working out. Now using
nvim-lspconfig
/completion-nvim
/symbols-outline
in place ofvim-lsp
,YouCompleteMe
, andvista
, and everything is a bit faster and a bit more useful.tree-sitter seems interesting but I’ll wait until it’s a little more fire-and-forget :)