📝 Add Neovim to README and meta.json files
This commit is contained in:
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