Update theme in .vimrc

This commit is contained in:
daniele 2024-04-26 14:07:26 +02:00
parent 2942243cde
commit 068494a8ea
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

12
.vimrc
View File

@ -26,12 +26,18 @@ set grepprg=grep\ -nH\ $*
" PLUGINS ---------------------------------------------------------------- {{{
call plug#begin()
Plug 'catppuccin/vim', { 'as': 'catppuccin' }
call plug#end()
let g:ale_linters={'python': ['pylint'], 'c': ['cc'], 'sh': ['shell'], 'tex': ['lacheck'], 'haskell': ['ghc']}
let g:ale_linters_explicit=1
let g:ale_enabled=0
let g:ale_python_pylint_options='--max-line-length=160 --disable=missing-docstring --disable=invalid-name'
let g:everforest_background='hard'
let g:everforest_better_performance=1
" let g:everforest_background='hard'
" let g:everforest_better_performance=1
let g:rainbow_active=1
let g:tex_flavor='latex'
@ -76,4 +82,4 @@ au BufRead /tmp/mutt-* set tw=144
colorscheme everforest
colorscheme catppuccin_frappe