📝 Add Neovim to README and meta.json files
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
| jq | - | [CHEATSHEET.md](jq/CHEATSHEET.md) | Command-line JSON processor |
|
||||
| just | - | [CHEATSHEET.md](just/CHEATSHEET.md) | 🤖 Just a command runner |
|
||||
| mise | - | [CHEATSHEET.md](mise/CHEATSHEET.md) | dev tools, env vars, task runner |
|
||||
| neovim | - | [CHEATSHEET.md](neovim/CHEATSHEET.md) | Vim-fork focused on extensibility and usability |
|
||||
| nvm | - | [CHEATSHEET.md](nvm/CHEATSHEET.md) | Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions |
|
||||
| openspec | - | [CHEATSHEET.md](openspec/CHEATSHEET.md) | Spec-driven development (SDD) for AI coding assistants. |
|
||||
| rg | ripgrep | [CHEATSHEET.md](rg/CHEATSHEET.md) | ripgrep recursively searches directories for a regex pattern while respecting your gitignore |
|
||||
|
||||
@@ -35,6 +35,11 @@
|
||||
"repo": "https://github.com/jdx/mise",
|
||||
"description": "dev tools, env vars, task runner"
|
||||
},
|
||||
{
|
||||
"name": "neovim",
|
||||
"repo": "https://github.com/neovim/neovim",
|
||||
"description": "Vim-fork focused on extensibility and usability"
|
||||
},
|
||||
{
|
||||
"name": "nvm",
|
||||
"repo": "https://github.com/nvm-sh/nvm",
|
||||
|
||||
21
neovim/CHEATSHEET.md
Normal file
21
neovim/CHEATSHEET.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# neovim
|
||||
|
||||
## Meta
|
||||
|
||||
```yaml
|
||||
name: neovim
|
||||
repo: https://github.com/neovim/neovim
|
||||
description: Vim-fork focused on extensibility and usability
|
||||
```
|
||||
|
||||
## Install
|
||||
|
||||
Get from: https://github.com/neovim/neovim/releases
|
||||
|
||||
|
||||
## Plugins
|
||||
|
||||
Just clone plugin to dir: `~/.config/nvim/pack/plugins/start`
|
||||
|
||||
Plugin samples:
|
||||
- https://github.com/MeanderingProgrammer/render-markdown.nvim
|
||||
Reference in New Issue
Block a user