Skip to content

Instantly share code, notes, and snippets.

@krishicks
Created October 24, 2013 12:41
Show Gist options
  • Save krishicks/7136512 to your computer and use it in GitHub Desktop.
Save krishicks/7136512 to your computer and use it in GitHub Desktop.
if has("gui_running")
colorscheme github "Tomorrow-Night
else
colorscheme github "molokai
endif
set nohls
set guifont=Inconsolata-g:h18
set backupdir=~/tmp
set ruler
set showcmd
set incsearch
set laststatus=2
set foldmethod=manual
syntax on
let g:syntastic_check_on_open=0
let g:syntastic_echo_current_error=0
let g:syntastic_auto_jump=0
let g:syntastic_auto_loc_list=0
let CommandTMaxFiles = 20000
set noballooneval
let g:syntastic_enable_balloons = 0
set virtualedit=""
" let g:insert_mode_background_color = "#eee8d5"
" let g:insert_mode_background_color = "#eee8d5"
" set background=light
" colorscheme solarized
"
" augroup NrHighlight
" autocmd!
" autocmd WinEnter * hi LineNr ctermfg=247 guifg=#9e9e9e ctermbg=233 guibg=#121212
" autocmd WinLeave * hi LineNr ctermfg=274 guifg=#e9e9e9 ctermbg=133 guibg=#212121
" augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment