Last active
August 29, 2015 14:20
-
-
Save ahaasler/264188ea05202609cef3 to your computer and use it in GitHub Desktop.
My .vimrc file.
This file contains 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
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