Created
December 21, 2011 23:58
-
-
Save yasith/1508286 to your computer and use it in GitHub Desktop.
vimrc
This file contains hidden or 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
call pathogen#runtime_append_all_bundles() | |
call pathogen#helptags() | |
set ai ts=2 sw=2 nu expandtab | |
filetype plugin on | |
filetype indent on | |
syntax enable | |
set t_Co=256 | |
set background=dark | |
colorscheme solarized | |
let g:SuperTabDefaultCompletionType = "context" | |
" For Vim-Latex | |
set shellslash | |
set grepprg=grep\ -nH\ $* | |
let g:tex_flavor='latex' | |
set iskeyword+=: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment