My personal collection of Neovim plugins.
-
Clone the repository into your Neovim configuration directory:
git clone https://github.com/moltinginstar/cocoon.nvim ~/.config/nvim/pack/moltinginstar/start/cocoon.nvim
-
Add the following line to your
init.lua
file for each plugin you want to enable:require("cocoon.<plugin-name>").setup()
multishift
: Multilevel indentation in normal mode.
All code in this repository is licensed under the same terms as Neovim itself. See :help license
for more information.