/vimrc

My personal vimrc.

Primary LanguageVim Script

My personal vim configuration file.

I'm a newbie to Vim so don't be surprised if you see something weird.

Installation

  1. I mostly use python at work so make sure you have flake8 installed (pip/conda install flake8).
  2. Install vim-plug
  3. Put .vimrc in your ~ or ~/.vim/.
  4. vim -c "PlugInstall" to install all other dependencies.