Created
April 28, 2016 01:48
-
-
Save tuxedocat/90253c237dd0a57a7596b6c18c24c53f to your computer and use it in GitHub Desktop.
vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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