Update kitty bg color, nvim config. Add bgcolor function in zshrc for set specific bg color, hot keys for archiving in vifm

This commit is contained in:
Smirnov Olexandr 2020-12-13 20:52:29 +02:00
parent f5a07cf3b0
commit 4f7f44d7f4
10 changed files with 91 additions and 42 deletions

View file

@ -28,6 +28,10 @@ call plug#begin('~/.vim/plugged')
Plug 'ap/vim-css-color'
call plug#end()
set termguicolors
set background=dark
colorscheme nten16
set number
set relativenumber
@ -69,11 +73,6 @@ set smartindent
set visualbell t_vb=
set termguicolors
set background=dark
colorscheme nten16
" == Plugins configure
" Lightline
set noshowmode