Now we add a plugin manager to extend the functionalities of Neovim. Using a plugin manager to download, install, and manage our plugins makes work easier.
Now before we start loading plugins for Neovim, we must set default options like the line number, gutter size and other settings which can enable us customize Neovim to a degree.
Neovim is a fork of Vim, it’s Vim using the Lua scripting engine built-in in addition to…
Page 1 of 1