My Vim Configuration

Where to Put Files

Contents in this repository should be put in

  • ~/.config/nvim if you are using neovim
  • ~/.vim if you are using vim
  • make soft link of init.vim as ~/.vimrc for Linux systems

Useful Binary

  • ctags
  • xdot (for generating graph)

Install Plugins

  1. :PlugInstall
  2. A new folder named plugged will be created

Auto Completion