Add Neovim plugin documentation
This commit is contained in:
parent
dad4c89981
commit
56cebd3437
22
README.md
22
README.md
|
|
@ -148,3 +148,25 @@ Print an example `.shout` file:
|
||||||
```
|
```
|
||||||
$ shout example
|
$ shout example
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Editor Support
|
||||||
|
|
||||||
|
### Neovim
|
||||||
|
|
||||||
|
The `vim/` directory contains a Neovim plugin with syntax highlighting and commands (`:ShoutRun`, `:ShoutUpdate`, `:ShoutRunAll`).
|
||||||
|
|
||||||
|
#### lazy.nvim
|
||||||
|
|
||||||
|
```lua
|
||||||
|
{
|
||||||
|
dir = "~/path/to/shout/vim",
|
||||||
|
ft = "shout",
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Manual
|
||||||
|
|
||||||
|
```sh
|
||||||
|
mkdir -p ~/.local/share/nvim/site/pack/shout/start
|
||||||
|
ln -s /path/to/shout/vim ~/.local/share/nvim/site/pack/shout/start/shout
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user