Skip to content

Commit

Permalink
Vim configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jan 13, 2011
1 parent f8f427e commit b291659
Show file tree
Hide file tree
Showing 40 changed files with 11,594 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gvimrc
@@ -0,0 +1,14 @@
" No audible bell
set vb

" No toolbar
set guioptions-=T

" Use console dialogs
set guioptions+=c

" Local config
if filereadable($HOME . "/.gvimrc.local")
source ~/.gvimrc.local
endif

2 changes: 2 additions & 0 deletions vim/after/indent/html.vim
@@ -0,0 +1,2 @@
let g:html_indent_tags = g:html_indent_tags . '\|li'

0 comments on commit b291659

Please sign in to comment.