22 lines
365 B
Markdown
22 lines
365 B
Markdown
# 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
|