mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
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:
parent
f5a07cf3b0
commit
4f7f44d7f4
10 changed files with 91 additions and 42 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue