switching vim to nord theme
This commit is contained in:
parent
3e3a64c712
commit
d2630b12eb
1 changed files with 4 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue