Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moltinginstar/cocoon.nvim

My personal collection of Neovim plugins.
https://github.com/moltinginstar/cocoon.nvim

lua neovim neovim-plugin nvim plugin

Last synced: 17 days ago
JSON representation

My personal collection of Neovim plugins.

Awesome Lists containing this project

README

        

# cocoon.nvim

My personal collection of Neovim plugins.

## Installation

1. Clone the repository into your Neovim configuration directory:

```sh
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:

```lua
require("cocoon.").setup()
```

## Plugins

- [`multishift`](readmes/multishift.md): 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.