Skip to content

Instantly share code, notes, and snippets.

@ahaasler
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahaasler/264188ea05202609cef3 to your computer and use it in GitHub Desktop.
Save ahaasler/264188ea05202609cef3 to your computer and use it in GitHub Desktop.
My .vimrc file.
execute pathogen#infect()
syntax on
filetype plugin indent on
set laststatus=2
set t_Co=256
let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1
let g:airline_theme='powerlineish'
set spell spelllang=en_us
colorscheme molokai
set number
let g:gitgutter_highlight_lines = 1
autocmd FileType gitcommit call setpos('.', [0, 1, 1, 0]) | startinsert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment