/vim_config

My .vimrc file

Primary LanguageVim script

vim_config

My .vimrc file

Steps to use the config file

  1. Fetch 'plug-vim'
    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. Fetch the .vimrc from this repo and put it to ~/.vimrc

  2. Open vim, then execute,

    :PlugInstall