From 1592995d7c9def0014c7da34d7220ed54f41b7b9 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 2 Aug 2021 12:39:49 +0200 Subject: [PATCH] update --- vim/.vimrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 463c6de..9d15259 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,14 +1,11 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color") call plug#begin('~/.vim/plugged') Plug 'mrckndt/vim-colors-solarized' - Plug 'itchyny/lightline.vim' Plug 'mhinz/vim-signify' call plug#end() colorscheme solarized - let g:lightline = { 'colorscheme': 'solarized' } set background=light - set noshowmode endif filetype plugin indent on @@ -34,7 +31,7 @@ set shiftwidth=4 set showbreak=↪\ set splitbelow set splitright -set statusline=\(%n\)\ %<%.99f\ %y%w%m%r%=%-14.(%l,%c%V%)\ %P +set statusline=\(%n\)\ %<%.99f\ %y\ %w%m%r%=%-14.(%l,%c%V%)\ %P set tabstop=4 set textwidth=120 set wrapscan