From 62f401cb8c45aef1a8baa80bb0f0df9a270d6744 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 19 Apr 2026 16:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20Neovim=20to=20README=20and?= =?UTF-8?q?=20meta.json=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + meta.json | 5 +++++ neovim/CHEATSHEET.md | 21 +++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 neovim/CHEATSHEET.md diff --git a/README.md b/README.md index 5c92af9..11c367b 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/meta.json b/meta.json index ffd6532..37f385e 100644 --- a/meta.json +++ b/meta.json @@ -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", diff --git a/neovim/CHEATSHEET.md b/neovim/CHEATSHEET.md new file mode 100644 index 0000000..625fbe4 --- /dev/null +++ b/neovim/CHEATSHEET.md @@ -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