From 1e9cbe148f14c8b15f74f184bba0bcf395a9189b Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 17 Feb 2017 17:53:58 +0300 Subject: [PATCH] back to solarized light --- gvimrc | 1 + vimplugins | 6 ------ vimrc | 5 ++--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/gvimrc b/gvimrc index abcb80d..29b8d3d 100644 --- a/gvimrc +++ b/gvimrc @@ -1,4 +1,5 @@ " solarized for gvim +highlight Cursor guibg=#dc322f set guioptions=aegimLl set mouse=a set guifont=Fantasque\ Sans\ Mono\ 11 diff --git a/vimplugins b/vimplugins index 5ef8740..b36e502 100644 --- a/vimplugins +++ b/vimplugins @@ -61,9 +61,3 @@ let g:neomake_info_sign={ \ 'text': 'i>', \ 'texthl': 'InfoMsg', \ } - -if has('gui_running') - colorscheme neodark -else - colorscheme solarized8_light -endif diff --git a/vimrc b/vimrc index 13ab38a..c3fc248 100644 --- a/vimrc +++ b/vimrc @@ -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 w :w 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