Last active
December 24, 2015 08:29
-
-
Save jasonbot/6771032 to your computer and use it in GitHub Desktop.
My minimal .vimrc for Windows
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
set tabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set backspace=indent,eol,start | |
set guifont=Consolas:h10:cDEFAULT | |
set ruler | |
colorscheme zenburn | |
syntax on | |
filetype indent plugin on | |
set directory+=$HOME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment