docs: added instructions for neovim w/ no package manager (#21)

This commit is contained in:
Luke Bond 2022-10-25 14:15:08 +01:00 committed by GitHub
parent ca93789140
commit f27e1d67df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: