Make changes for this setup
This commit is contained in:
6
vimrc
6
vimrc
@@ -6,9 +6,8 @@ set shell=/bin/bash
|
|||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
set gfn=Iosevka\ Medium\ 15
|
set gfn=Ligconsolata\ 16
|
||||||
colorscheme solarized
|
colorscheme torte
|
||||||
let g:solarized_menu=0
|
|
||||||
else
|
else
|
||||||
colorscheme torte
|
colorscheme torte
|
||||||
endif
|
endif
|
||||||
@@ -29,4 +28,3 @@ func! WordProcessor()
|
|||||||
set complete+=s
|
set complete+=s
|
||||||
endfu
|
endfu
|
||||||
com! WP call WordProcessor()
|
com! WP call WordProcessor()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user