change default font, colorscheme
This commit is contained in:
parent
5287af15fc
commit
6d6d094ff0
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -46,9 +46,6 @@
|
|||||||
[submodule ".vim/bundle/vim-bufonly"]
|
[submodule ".vim/bundle/vim-bufonly"]
|
||||||
path = .vim/bundle/vim-bufonly
|
path = .vim/bundle/vim-bufonly
|
||||||
url = https://github.com/schickling/vim-bufonly.git
|
url = https://github.com/schickling/vim-bufonly.git
|
||||||
[submodule ".vim/bundle/molokai"]
|
|
||||||
path = .vim/bundle/molokai
|
|
||||||
url = https://github.com/tomasr/molokai.git
|
|
||||||
[submodule ".vim/bundle/vim-abolish"]
|
[submodule ".vim/bundle/vim-abolish"]
|
||||||
path = .vim/bundle/vim-abolish
|
path = .vim/bundle/vim-abolish
|
||||||
url = https://github.com/tpope/vim-abolish.git
|
url = https://github.com/tpope/vim-abolish.git
|
||||||
@ -124,3 +121,6 @@
|
|||||||
[submodule ".vim/bundle/deoplete-jedi"]
|
[submodule ".vim/bundle/deoplete-jedi"]
|
||||||
path = .vim/bundle/deoplete-jedi
|
path = .vim/bundle/deoplete-jedi
|
||||||
url = https://github.com/deoplete-plugins/deoplete-jedi.git
|
url = https://github.com/deoplete-plugins/deoplete-jedi.git
|
||||||
|
[submodule ".vim/bundle/zenburn"]
|
||||||
|
path = .vim/bundle/zenburn
|
||||||
|
url = https://github.com/jnurmine/Zenburn.git
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit c67bdfcdb31415aa0ade7f8c003261700a885476
|
|
1
.vim/bundle/zenburn
Submodule
1
.vim/bundle/zenburn
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2cacfcb222d9db34a8d1a13bb8bb814f039b98cd
|
@ -1,7 +1,7 @@
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
filetype indent plugin on
|
filetype indent plugin on
|
||||||
colorscheme molokai
|
colorscheme zenburn
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
||||||
set autoindent
|
set autoindent
|
||||||
@ -54,11 +54,7 @@ if has('gui_running')
|
|||||||
set guioptions-=m
|
set guioptions-=m
|
||||||
set guioptions-=r
|
set guioptions-=r
|
||||||
|
|
||||||
if has('win32')
|
set guifont=Terminus\ 12
|
||||||
set guifont=Lucida_Console:h12
|
|
||||||
else
|
|
||||||
set guifont=Monospace\ 12
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('unix')
|
if has('unix')
|
||||||
|
Loading…
Reference in New Issue
Block a user