Our great sponsors
-
-
You can take at look at this awesome-neovim repo, it's collection of awesome neovim plugins.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Here's my config, you can use it as a reference.
-
From lsp-zero's readme
-
I use the nightly Linux AppImage.
-
Please, follow this steps: Install Neovim from source: https://www.youtube.com/watch?v=Vghglz2oR0c&t=483s (Like first 20 min, you don't have to watch all the videos) (please, we are in nvim 0.8, choose the correct Brach and compile) Check this series of videos about how to order your folders and config basic stuff (But please, be aware, some things are outdate, just check Christ repo, go to the file copy and paste) https://github.com/ChristianChiarulli/nvim https://www.youtube.com/watch?v=ctH-a-1eUME Good luck.
Related posts
- Are there any examples of how to use nvim_create_autocmd?
- Neovim 0.5 is awesome
- Need resources for porting init.vim to init.lua, following the norm
- lsp, pyls: how to get autocompletion and signatures of imported library
- How to add "|" to auto-pairs for it to be automatically paired-up with another "|"?