aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/nvim/vim-plug/plugins.vim2
-rw-r--r--.vimrc3
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/nvim/vim-plug/plugins.vim b/.config/nvim/vim-plug/plugins.vim
index 9c8b641..5c9307d 100644
--- a/.config/nvim/vim-plug/plugins.vim
+++ b/.config/nvim/vim-plug/plugins.vim
@@ -7,4 +7,6 @@ call plug#begin('~/.config/nvim/autoload/plugged')
Plug 't9md/vim-choosewin'
" Tmux navigator
Plug 'christoomey/vim-tmux-navigator'
+ " Color scheme
+ Plug 'morhetz/gruvbox'
call plug#end()
diff --git a/.vimrc b/.vimrc
index b9830a1..1e359b6 100644
--- a/.vimrc
+++ b/.vimrc
@@ -25,8 +25,7 @@ set showtabline=2 " Always show tabs
set noshowmode " We don't need to see things like -- INSERT -- anymore
set clipboard=unnamedplus " Copy paste between vim and everything else
-" enable gruvbox colorscheme from AUR:
-" https://aur.archlinux.org/packages/vim-gruvbox-git/
+" enable gruvbox colorscheme:
autocmd vimenter * ++nested colorscheme gruvbox
" vimrc management