Skip to content

Commit

Permalink
Moved the gruvbox-material configs before the colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
tvs committed May 23, 2024
1 parent 3f9c91a commit 3d3ea70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/config.vim
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
" Look and Feel {{{
syntax enable " enable syntax processing
set background=dark
colorscheme gruvbox-material
let g:gruvbox_material_background='soft'
let g:gruvbox_material_background='medium'
let g:gruvbox_material_better_performance=1
let g:gruvbox_material_foreground='material'
colorscheme gruvbox-material
set termguicolors
set guifont=HackNerd:h11
set guioptions=
Expand Down

0 comments on commit 3d3ea70

Please sign in to comment.