Update theme in .vimrc
This commit is contained in:
parent
2942243cde
commit
068494a8ea
12
.vimrc
12
.vimrc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user