From 16bf99ef3ecc06efb519a2446e5576beb5c32dda Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Sat, 13 Jun 2020 20:50:50 +0200 Subject: [PATCH] Revert "use lightline" This reverts commit 6246384ff16c2cc1a4c20e8eb89af09bb84461a6. --- vim/.vimrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index fa040f7..155ba87 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,15 +1,13 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color") call plug#begin('~/.vim/plugged') - Plug 'airblade/vim-gitgutter' - Plug 'itchyny/lightline.vim' + Plug 'mhinz/vim-signify' Plug 'romainl/flattened' Plug 'tpope/vim-eunuch' call plug#end() - colorscheme flattened_light - let g:lightline = { 'colorscheme': 'flattened_light' } + let g:signify_realtime = 1 - set noshowmode + colorscheme flattened_light endif filetype plugin indent on @@ -27,6 +25,7 @@ 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 textwidth=120 set wrapscan set path+=**