Last active
October 20, 2020 10:14
-
-
Save souvikhaldar/005c5ac101df30ee5dd6edae487a900f to your computer and use it in GitHub Desktop.
Setup vim on ubuntu
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
1. Install vim-plug `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'` | |
2. clone `souvikhaldar/dotfiles` repo and run `copyToSystem.sh`. | |
2. Open `vimrc` file and do `:PlugInstall` (ignore the `autocmd` error the first time you open vimrc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment