cleanup vimrc
This commit is contained in:
parent
44a70446d3
commit
3ae427197e
8
vimrc
8
vimrc
@ -46,19 +46,15 @@ set bg=dark " dark background
|
||||
filetype plugin on
|
||||
|
||||
au BufNewFile,BufRead *.vala setf cs
|
||||
au BufNewFile,BufRead *.java set ts=4 sts=4 sw=4
|
||||
au BufNewFile,BufRead *.cc set path=.,/usr/include,/usr/include/qt4/Qt,
|
||||
au syntax java set ts=4 sts=4 sw=4
|
||||
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("<amatch>"))
|
||||
au BufNewFile,BufRead *.ledger se nofen
|
||||
au syntax ledger setl nofen foldlevel=99
|
||||
|
||||
set vb " turn on the "visual bell" - which is much quieter than the "audio blink"
|
||||
set nobackup
|
||||
se bs=2
|
||||
|
||||
let g:ycm_filetype_blacklist = { 'ledger' : 1, 'sql': 1 }
|
||||
au Syntax ledger setl foldlevel=99
|
||||
|
||||
let g:jellybeans_background_color = '000000'
|
||||
|
Loading…
Reference in New Issue
Block a user