Cleaned up plugins file and tweaked font sizes.
parent
4f783fe987
commit
441e51b4b8
3
.vimrc
3
.vimrc
|
|
@ -246,6 +246,7 @@ au BufRead,BufNewFile *.go setfiletype go
|
|||
au BufRead,BufNewFile *.js setfiletype javascript
|
||||
au BufRead,BufNewFile *.coffee setfiletype coffee
|
||||
au BufRead,BufNewFile *.iced setfiletype coffee
|
||||
au BufRead,BufNewFile *.html setfiletype htmldjango
|
||||
au GUIEnter * set vb t_vb=
|
||||
|
||||
if has('gui_running')
|
||||
|
|
@ -253,7 +254,7 @@ if has('gui_running')
|
|||
set guioptions -=T
|
||||
set guioptions -=r
|
||||
set guioptions -=L
|
||||
set guifont=Ubuntu\ Mono:h36,Consolas:h22
|
||||
set guifont=Ubuntu\ Mono:h26,Consolas:h12
|
||||
endif
|
||||
|
||||
let g:ruby_path = ':C:\ruby193\bin'
|
||||
|
|
@ -25,8 +25,6 @@ git://github.com/oscarh/vimerl.git
|
|||
git://github.com/bling/vim-airline.git
|
||||
git://github.com/sukima/xmledit.git
|
||||
git://github.com/chrisbra/csv.vim.git
|
||||
git://github.com/.git
|
||||
git://github.com/kchmck/vim-coffee-script.git
|
||||
git://github.com/kchmck/vim-coffee-script.git
|
||||
git://github.com/vim-scripts/django.vim.git
|
||||
git://github.com/digitaltoad/vim-jade.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue