Neovim: Language Servers, DAP and Treesitter
In the previous post, I mentioned how NeoVim can be configured to be more like an IDE. This means features like autocomplete and so on. Let us take a look at some tools which we can interface with NeoVim.
Language Servers
Regular Vim always had support for these to some …