1
0
Fork 0

back to solarized light

This commit is contained in:
Von Random 2017-02-17 17:53:58 +03:00
parent 451053793e
commit 1e9cbe148f
3 changed files with 3 additions and 9 deletions

1
gvimrc
View file

@ -1,4 +1,5 @@
" solarized for gvim
highlight Cursor guibg=#dc322f
set guioptions=aegimLl
set mouse=a
set guifont=Fantasque\ Sans\ Mono\ 11

View file

@ -61,9 +61,3 @@ let g:neomake_info_sign={
\ 'text': 'i>',
\ 'texthl': 'InfoMsg',
\ }
if has('gui_running')
colorscheme neodark
else
colorscheme solarized8_light
endif

5
vimrc
View file

@ -15,7 +15,7 @@ set tabstop=3 softtabstop=4 shiftwidth=4 smarttab expandtab
set t_Co=256 t_ut= termencoding=utf-8 encoding=utf-8
" status line
set wildmenu showcmd ruler laststatus=2
set statusline=%F\ %m%r%h%w%=%{&fenc}/%{&ff}\ %y\ [%4l/%L:%3v]\ [%3p%%]
set statusline=[%{getcwd()}]\ %f\ %m%r%h%w%=%{&fenc}/%{&ff}\ %y\ [%4l/%L:%3v]\ [%3P]
" enable case indentation
let g:sh_indent_case_labels=1
" version specific settings
@ -67,9 +67,8 @@ nnoremap <Leader>w :w<CR>
let plugins = expand("$HOME/.vimplugins")
if filereadable(plugins)
execute 'source ' . fnameescape(plugins)
else
colorscheme solarized8_light
endif
colorscheme solarized8_light
syntax on
filetype plugin on