nvim readme

This commit is contained in:
Tyrel Souza 2021-10-29 20:43:39 +00:00
parent 137b920512
commit fd6293e75e
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# To get setup for NVIM
```bash
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
```