diff --git a/.vimrc b/.vimrc index 856b05d..e0753f9 100644 --- a/.vimrc +++ b/.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