From 2d7e05403b6fd6b674a2db05dd3371c4a5786728 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 10 Dec 2020 00:38:31 +0300 Subject: feat: install gruvbox via vim-plug --- .config/nvim/vim-plug/plugins.vim | 2 ++ .vimrc | 3 +-- 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 -- cgit v1.2.3