Below you will find pages that utilize the taxonomy term “programming”
Posts
neovim & lsp
If you don’t know neovim you can think about it like “vim on steroids”.
And you probably know that it is possible to add lsp support to vim using plugins. Well yes it is, but very difficult and error-prone, and it just breaks randomly then.
The (one of) good thing about neovim is that it supports lsp natively. The other good thing is that you can use lua to configure it.