Skip to content

Instantly share code, notes, and snippets.

@souvikhaldar
Last active October 20, 2020 10:14
Show Gist options
  • Save souvikhaldar/005c5ac101df30ee5dd6edae487a900f to your computer and use it in GitHub Desktop.
Save souvikhaldar/005c5ac101df30ee5dd6edae487a900f to your computer and use it in GitHub Desktop.
Setup vim on ubuntu
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