diff --git a/.vimrc b/.vimrc index 1092483..c6869ab 100644 --- a/.vimrc +++ b/.vimrc @@ -38,10 +38,10 @@ let g:ale_linters_explicit=1 let g:ale_enabled=1 let g:ale_python_pylint_options='--max-line-length=160 --disable=missing-docstring --disable=invalid-name' let g:ale_haskell_ghc_options = '-fno-code -v0 -dynamic' -let g:everforest_background='hard' -let g:everforest_better_performance=1 -" let g:tokyonight_style='storm' -" let g:tokyonight_enable_italic=1 +" let g:everforest_background='hard' +" let g:everforest_better_performance=1 +let g:tokyonight_style='storm' +let g:tokyonight_enable_italic=1 let g:rainbow_active=1 let g:tex_flavor='latex'