From 44a70446d392e8039ff4a9e9bc8e8565072b3a40 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 14 Jun 2014 13:26:00 +0200 Subject: [PATCH] update vimrc --- vimrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index cdc3607..b8fc9cf 100644 --- a/vimrc +++ b/vimrc @@ -31,6 +31,10 @@ Bundle 'wting/rust.vim' Bundle 'derekwyatt/vim-scala' +Bundle 'othree/html5.vim' + +" vim-sleuth? + filetype plugin indent on set tw=0 expandtab ts=8 sts=2 sw=2 sm ai si @@ -40,7 +44,6 @@ set hls " highlight search set bg=dark " dark background filetype plugin on -set ofu=syntaxcomplete#Complete au BufNewFile,BufRead *.vala setf cs au BufNewFile,BufRead *.java set ts=4 sts=4 sw=4 @@ -49,6 +52,7 @@ au BufNewFile,BufRead *.i set ft=swig au BufNewFile,BufRead *.factor set ft=factor au BufNewFile,BufRead Gemfile set ft=ruby au BufReadCmd *.epub call zip#Browse(expand("")) +au BufNewFile,BufRead *.ledger se nofen set vb " turn on the "visual bell" - which is much quieter than the "audio blink" set nobackup @@ -56,3 +60,5 @@ se bs=2 let g:ycm_filetype_blacklist = { 'ledger' : 1, 'sql': 1 } au Syntax ledger setl foldlevel=99 + +let g:jellybeans_background_color = '000000'