Set gvim theme to elflord and disabled gui elements
This commit is contained in:
parent
935e09c41e
commit
1ea0168953
1 changed files with 8 additions and 0 deletions
|
@ -11,3 +11,11 @@ set shiftwidth=4
|
||||||
" line numbers
|
" line numbers
|
||||||
set number
|
set number
|
||||||
|
|
||||||
|
" themes
|
||||||
|
colorscheme elflord
|
||||||
|
|
||||||
|
" gvim layout
|
||||||
|
set guioptions-=r
|
||||||
|
set guioptions-=L
|
||||||
|
set guioptions-=m
|
||||||
|
set guioptions-=T
|
||||||
|
|
Loading…
Reference in a new issue