From e08c4eb840b5e9aa86669191a1e67a9578e277b3 Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Sat, 11 Jul 2020 20:01:45 +0200 Subject: [PATCH] back to vim-signify and original solarized --- vim/.vimrc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 7c7868d..03cb7e3 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,15 +1,17 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color") call plug#begin('~/.vim/plugged') - Plug 'airblade/vim-gitgutter' - Plug 'romainl/flattened' + Plug 'flexo3001/vim-colors-solarized' + Plug 'mhinz/vim-signify' call plug#end() - colorscheme flattened_light + colorscheme solarized + set background=light endif filetype plugin indent on set autoindent +set autoread set autowrite set expandtab set ignorecase @@ -22,8 +24,9 @@ set number set printoptions=paper:A4,syntax:n,number:y set shiftwidth=4 set showbreak=↪\ -set statusline=[%n]\ %<%f\ %h%w%m%r%=%{&fileencoding?&fileencoding:&encoding}[%{&fileformat}\]\ %y\ %l,%c%V\ %P +set statusline=\(%n\)\ %<%.99f\ %y%w%m%r%=%-14.(%l,%c%V%)\ %P set textwidth=120 +set clipboard+=unnamedplus set wrapscan set path+=**