feat: switched from gruvbox-material to normal gruvbox

This commit is contained in:
Vitor Gonçalves 2023-05-28 20:16:17 -03:00
parent 1311942967
commit 014220d3c2
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 2 additions and 4 deletions

View File

@ -14,7 +14,7 @@ set clipboard=unnamedplus " X clipboard to nvim
" plugins
call plug#begin()
Plug 'sainnhe/gruvbox-material' " best theme
Plug 'morhetz/gruvbox' " best theme
call plug#end()
" styling
@ -25,9 +25,7 @@ set number relativenumber numberwidth=2 cursorline
set conceallevel=3
set background=dark
let g:gruvbox_material_better_performance = 1
let g:gruvbox_material_statusline_style = 'original'
colo gruvbox-material
colo gruvbox
"" bindings
" leader mapping