1. 61
  1. 10

    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.

    1. 4

      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!

      1. 3

        I skimmed through the record video and the tree-sitter demo is really cool.

    2. 6

      Woo! Finally! No more nightly builds that I occasionally pull and rebuild every couple of weeks.

      1. 5

        Are there release notes?

          1. 2

            Neovim can now :smile !

            It’s not as encouraging as the ViM :smile, though. :)

            1. 1

              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 :)