diff --git a/README.md b/README.md index 57ce7ab..ca90981 100644 --- a/README.md +++ b/README.md @@ -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: