Skip to content

Instantly share code, notes, and snippets.

@cimentadaj
Created June 25, 2021 09:09
Show Gist options
  • Save cimentadaj/a17a0273fbca030c597331fd495d21cc to your computer and use it in GitHub Desktop.
Save cimentadaj/a17a0273fbca030c597331fd495d21cc to your computer and use it in GitHub Desktop.
sudo apt-get install neovim
mkdir ~/.config/nvim/
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
curl https://gist.githubusercontent.com/cimentadaj/4cca2b0031922878f200c127190f1a33/raw/41d7be6452208b858fd302be9ca6ba32b71db426/init.vim >> ~/.config/nvim/init.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment