A plugin manager for Neovim
Adding Plugins
nvim ~/.config/nvim/lua/plugins/<pluginname>
And then write you plugin details in that file
Files
After installing, you will have:
init.lua
lua/options.lua
- the Vim .vimrc file, but you must usevim.opt.<option>
instead ofset
lua/keymaps.lua
Uninstall
rm ~/.config/nvim
rm rf ~/.local/state/nvim
rm rf ~/.local/share/nvim