Skip to content

Instantly share code, notes, and snippets.

@mandulaj
Created September 6, 2014 16:44
Show Gist options
  • Save mandulaj/f5c964b7dd87d5eb3236 to your computer and use it in GitHub Desktop.
Save mandulaj/f5c964b7dd87d5eb3236 to your computer and use it in GitHub Desktop.
My .vimrc
syntax on
set shiftwidth=4
set tabstop=4
set smarttab
set expandtab
set autoindent
set nocompatible
set number
set numberwidth=2
set incsearch
set hlsearch
set ruler
set showcmd
filetype plugin indent on
execute pathogen#infect()
"let g:airline#extensions#tabline#enabled = 1
"let g:syntastic_python_checkers = ['pylint']
"let g:syntastic_javascript_checkers = ['jshint']
"let g:syntastic_enable_signs=1
map <F2> :NERDTreeToggle<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment