Skip to content

Instantly share code, notes, and snippets.

@yasith
Created December 21, 2011 23:58
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 yasith/1508286 to your computer and use it in GitHub Desktop.
Save yasith/1508286 to your computer and use it in GitHub Desktop.
vimrc
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