Update .basrhc, .vimrc and conky.conf

This commit is contained in:
2024-03-17 17:53:38 +01:00
parent 20f74f3cf3
commit a01d8b6076
3 changed files with 9 additions and 3 deletions

2
.vimrc
View File

@ -20,6 +20,7 @@ set wildmenu
set wildmode=list:longest
set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx,*.mp4,*.zip,*.iso,*.odt,*.tar,*.gz,*.xz,*.bz2,*.zst,*.rar,*.m4a,*.bmp,*.ogg,*.mp3,*.flv
set background=dark
set grepprg=grep\ -nH\ $*
@ -31,6 +32,7 @@ let g:ale_python_pylint_options='--max-line-length=160 --disable=missing-docstri
let g:everforest_background='hard'
let g:everforest_better_performance=1
let g:rainbow_active=1
let g:tex_flavor = 'latex'
" }}}