diff --git a/README.md b/README.md index e69de29..f0223ac 100644 --- a/README.md +++ b/README.md @@ -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' +```