update vimrc
This commit is contained in:
parent
5ecc8037ce
commit
44a70446d3
8
vimrc
8
vimrc
@ -31,6 +31,10 @@ Bundle 'wting/rust.vim'
|
|||||||
|
|
||||||
Bundle 'derekwyatt/vim-scala'
|
Bundle 'derekwyatt/vim-scala'
|
||||||
|
|
||||||
|
Bundle 'othree/html5.vim'
|
||||||
|
|
||||||
|
" vim-sleuth?
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
set tw=0 expandtab ts=8 sts=2 sw=2 sm ai si
|
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
|
set bg=dark " dark background
|
||||||
|
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
set ofu=syntaxcomplete#Complete
|
|
||||||
|
|
||||||
au BufNewFile,BufRead *.vala setf cs
|
au BufNewFile,BufRead *.vala setf cs
|
||||||
au BufNewFile,BufRead *.java set ts=4 sts=4 sw=4
|
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 *.factor set ft=factor
|
||||||
au BufNewFile,BufRead Gemfile set ft=ruby
|
au BufNewFile,BufRead Gemfile set ft=ruby
|
||||||
au BufReadCmd *.epub call zip#Browse(expand("<amatch>"))
|
au BufReadCmd *.epub call zip#Browse(expand("<amatch>"))
|
||||||
|
au BufNewFile,BufRead *.ledger se nofen
|
||||||
|
|
||||||
set vb " turn on the "visual bell" - which is much quieter than the "audio blink"
|
set vb " turn on the "visual bell" - which is much quieter than the "audio blink"
|
||||||
set nobackup
|
set nobackup
|
||||||
@ -56,3 +60,5 @@ se bs=2
|
|||||||
|
|
||||||
let g:ycm_filetype_blacklist = { 'ledger' : 1, 'sql': 1 }
|
let g:ycm_filetype_blacklist = { 'ledger' : 1, 'sql': 1 }
|
||||||
au Syntax ledger setl foldlevel=99
|
au Syntax ledger setl foldlevel=99
|
||||||
|
|
||||||
|
let g:jellybeans_background_color = '000000'
|
||||||
|
Loading…
Reference in New Issue
Block a user