mirror of
https://github.com/google/vim-jsonnet.git
synced 2026-01-21 01:51:05 +01:00
docs: added instructions for neovim w/ no package manager (#21)
This commit is contained in:
parent
ca93789140
commit
f27e1d67df
@ -34,6 +34,14 @@ call dein#add('google/vim-jsonnet')
|
||||
git clone https://github.com/google/vim-jsonnet ~/.vim/bundle/vim-jsonnet
|
||||
```
|
||||
|
||||
### Neovim with no Package Manager
|
||||
|
||||
```sh
|
||||
mkdir ~/.local/share/nvim/site/pack/plugins/start
|
||||
cd ~/.local/share/nvim/site/pack/plugins/start
|
||||
git clone https://github.com/google/vim-jsonnet
|
||||
```
|
||||
|
||||
## More Info
|
||||
|
||||
For more info on Jsonnet:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user