Neovim 101 — LSP
Let’s explore the different ways to configure LSP in Neovim.
Neovim supports the Language Server Protocol (LSP). However, setting it up could be daunting for beginners.
In this article, we will start by configuring LSP using the built-in APIs without using any plugins. With this knowledge, we will check out plugins that make the configuration more straightforward and…