diff --git a/.vim/options.vim b/.vim/options.vim index 15a0af8..85b44c8 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -63,6 +63,7 @@ if has('gui_running') endif if has('unix') + set termguicolors set t_Co=256 endif