-
Neovim uses the same language server support that VSCode does, and while I assume most Github people use VSCode, they did drop a copy of vim into the dev-env image for people who prefer that -- I assume it wouldn't be difficult to convince them to add Neovim. If you use the GUI, there's already a remote-attach feature in progress designed for exactly this kind of thing, to let you run a Neovim GUI that drives a remote Neovim TUI.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Wonder what this means for Atom...
-
Treesitter is also used in neovim https://github.com/nvim-treesitter/nvim-treesitter
-
ouch i feel for https://coder.com/ especially because they went the open source route with code-server, i actually ditched c9 because of the freedom.
-
It will take a lot of tinkering to get a nice setup going if you're used to windows though. Take a look at my dotfiles for how I 'fix' a lot of it. https://github.com/snowe2010/dotfiles
-
My friend... https://mosh.org
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
dotfiles
Personal configuration files (Mirror of https://sr.ht/~tristan957/dotfiles) (by tristan957)
I have tree sitter working just fine on neovim of you're curious. https://github.com/tristan957/dotfiles
-
Not sure about setting up on OpenVMS, but I've been getting along with simple C/C++ projects with coc-clangd which was very easy to set up.
-
Using NeoVim (but the exact same configuration will work with Vim), vim-plug, coc.nvim, and coc-clangd.
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Using NeoVim (but the exact same configuration will work with Vim), vim-plug, coc.nvim, and coc-clangd.
Related posts
-
Simple Neovim config
-
Should Neovim now release a standard official configuration so that people who want an editor that just works out of the box get onboarded easily ?
-
What are the benefits of using nvim-lspconfig?
-
what neovim configuration is this?
-
[Neovim] Comment utiliser la bordure avec vim.lsp.buf.hover ()?