switching vim to nord theme

This commit is contained in:
Andrew Davidson 2023-04-29 21:42:46 -07:00
parent 3e3a64c712
commit d2630b12eb
Signed by: amd
SSH key fingerprint: SHA256:wVzFOuz2n/yUVVBFkpZQ0AOX6guwdUUzSeKWr8aLUiU

View file

@ -9,7 +9,10 @@ Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'
" Gruvbox theme
Plug 'morhetz/gruvbox'
"Plug 'morhetz/gruvbox'
" Nord Theme
Plug 'shaunsingh/nord.nvim'
" Commenter
Plug 'scrooloose/nerdcommenter'