.vimrc formatting.
This commit is contained in:
parent
109fe6a8b9
commit
7e6ac8651c
6
.vimrc
6
.vimrc
@ -8,8 +8,6 @@ else
|
|||||||
filetype on
|
filetype on
|
||||||
endif
|
endif
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
colorscheme tesla
|
|
||||||
syntax on
|
|
||||||
if has("win32")
|
if has("win32")
|
||||||
set guifont=Consolas:h10:b
|
set guifont=Consolas:h10:b
|
||||||
elseif has("mac")
|
elseif has("mac")
|
||||||
@ -17,7 +15,11 @@ if has("gui_running")
|
|||||||
"set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold
|
"set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold
|
||||||
set guifont=DejaVu\ Sans\ Mono\ Bold
|
set guifont=DejaVu\ Sans\ Mono\ Bold
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" general gui settings
|
||||||
set guioptions=egmrt
|
set guioptions=egmrt
|
||||||
|
colorscheme tesla
|
||||||
|
syntax on
|
||||||
endif
|
endif
|
||||||
set nowrap " Disable word wrap.
|
set nowrap " Disable word wrap.
|
||||||
set tabstop=4 " Set tab to 4 characters.
|
set tabstop=4 " Set tab to 4 characters.
|
||||||
|
Loading…
Reference in New Issue
Block a user