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)