donrudo / myvimrc

My Vim folder with the vimrc file and a script to set it up

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the my personal local vim plugin setup I use.

  • Disabled the Vim backup file.
  • Autoindent with 2 spaces per tab.
  • And some highlight is enabled using the Solarized theme.
  • Also line numbers are enabled.
  • The plugins I am using are:
    • YouCompleteMe
    • delimitMate
    • syntastic
    • tabular
    • tagbar
    • vim-colors-solarized
    • vim-colorschemes
    • vim-go
    • vim-pathogen
    • vim-puppet

About

My Vim folder with the vimrc file and a script to set it up


Languages

Language:Shell 56.9%Language:Vim Script 43.1%