/cocoon.nvim

My personal collection of Neovim plugins.

Primary LanguageLua

cocoon.nvim

My personal collection of Neovim plugins.

Installation

  1. Clone the repository into your Neovim configuration directory:

    git clone https://github.com/moltinginstar/cocoon.nvim ~/.config/nvim/pack/moltinginstar/start/cocoon.nvim
  2. Add the following line to your init.lua file for each plugin you want to enable:

    require("cocoon.<plugin-name>").setup()

Plugins

  • multishift: Multilevel indentation in normal mode.

License

All code in this repository is licensed under the same terms as Neovim itself. See :help license for more information.