Created
January 29, 2015 17:19
-
-
Save denisshevchenko/3f1e1ef62e627461d669 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 guifont=Menlo:h15 | |
" set guifont=Hasklig:h15 | |
if has('gui_running') | |
set background=dark | |
colorscheme solarized | |
endif | |
let NERDTreeQuitOnOpen = 0 | |
nnoremap ; : | |
set hlsearch | |
set incsearch | |
set tm=5 | |
set mouse=a | |
set mousehide | |
" set autoindent | |
" set smartindent | |
set shiftwidth=4 | |
set tabstop=4 | |
set softtabstop=4 | |
" set smarttab | |
" set expandtab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment