Created
June 25, 2021 09:09
-
-
Save cimentadaj/a17a0273fbca030c597331fd495d21cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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