Last active
December 29, 2015 12:49
-
-
Save auselen/7672730 to your computer and use it in GitHub Desktop.
Utku's .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
"tabs | |
:set tabstop=4 | |
:set shiftwidth=4 | |
:set expandtab | |
"code folding | |
:set foldmethod=indent | |
:set foldlevelstart=99 | |
"command completion | |
:set wildmode=longest,list,full | |
:set wildmenu | |
"for cygwin | |
syntax on | |
"colors | |
"sets comment color -> hi comment ctermfg=blue | |
hi normal ctermfg=white | |
"hi normal ctermbg=black | |
:set background=dark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment