Skip to content

Instantly share code, notes, and snippets.

@tuxedocat
Created April 28, 2016 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuxedocat/90253c237dd0a57a7596b6c18c24c53f to your computer and use it in GitHub Desktop.
Save tuxedocat/90253c237dd0a57a7596b6c18c24c53f to your computer and use it in GitHub Desktop.
vimrc
" Sane default settings for MSYS2 environment
" (which is too slow to use loads of nice plugins)
" 1. git clone https://github.com/w0ng/vim-hybrid
" and copy colors dir. to .vim/
" 2. git clone https://github.com/tpope/vim-sensible
" and copy plugin dir. to .vim/
set autoindent
set backspace=indent,eol,start
set complete-=i
set smarttab
set tabstop=4
set shiftwidth=4
set expandtab
set background=dark
let g:hybrid_custom_term_colors = 1
let g:hybrid_reduced_contrast = 1
colorscheme hybrid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment