blob: bf6bb713f9139f7cdf0145bcfbb787bcea213c9f (
plain)
1
2
3
4
5
6
7
8
|
call plug#begin()
Plug 'morhetz/gruvbox' " Gruvbox theme
call plug#end()
set termguicolors " Enable 24-bit true colors
syntax enable " Enable syntax highlighting
colorscheme gruvbox " Activate Gruvbox theme
set background=dark " Dark variant (switch to 'light' if preferred)
|