This commit is contained in:
2021-08-02 12:39:49 +02:00
parent 424dbddab1
commit 1592995d7c

View File

@@ -1,14 +1,11 @@
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color") if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
call plug#begin('~/.vim/plugged') call plug#begin('~/.vim/plugged')
Plug 'mrckndt/vim-colors-solarized' Plug 'mrckndt/vim-colors-solarized'
Plug 'itchyny/lightline.vim'
Plug 'mhinz/vim-signify' Plug 'mhinz/vim-signify'
call plug#end() call plug#end()
colorscheme solarized colorscheme solarized
let g:lightline = { 'colorscheme': 'solarized' }
set background=light set background=light
set noshowmode
endif endif
filetype plugin indent on filetype plugin indent on
@@ -34,7 +31,7 @@ set shiftwidth=4
set showbreak=↪\ set showbreak=↪\
set splitbelow set splitbelow
set splitright 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 tabstop=4
set textwidth=120 set textwidth=120
set wrapscan set wrapscan