Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/moltinginstar/cocoon.nvim
- Owner: moltinginstar
- Created: 2024-09-22T07:04:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T07:10:13.000Z (3 months ago)
- Last Synced: 2024-11-03T14:37:19.188Z (about 2 months ago)
- Topics: lua, neovim, neovim-plugin, nvim, plugin
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.