Skip to content

Instantly share code, notes, and snippets.

@denisshevchenko
Created January 29, 2015 17:19
Show Gist options
  • Save denisshevchenko/3f1e1ef62e627461d669 to your computer and use it in GitHub Desktop.
Save denisshevchenko/3f1e1ef62e627461d669 to your computer and use it in GitHub Desktop.
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