aboutsummaryrefslogtreecommitdiff
path: root/conf/plugins.vim
diff options
context:
space:
mode:
Diffstat (limited to 'conf/plugins.vim')
-rw-r--r--conf/plugins.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/plugins.vim b/conf/plugins.vim
index e56d72d..28de1fd 100644
--- a/conf/plugins.vim
+++ b/conf/plugins.vim
@@ -15,7 +15,7 @@ autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
call plug#begin('~/.config/vim/plugged')
" UI & Themes
-Plug 'joshdick/onedark.vim' " Onedark themes for vim
+Plug 'sainnhe/everforest' " Everforest theme for vim
Plug 'liuchengxu/vim-which-key' " Show leader mapping cheatsheet
" Git integration
@@ -89,6 +89,7 @@ set statusline+=\ \|\ %{coc#status()}%{get(b:,'coc_current_function','')}
set statusline+=\ \|\ %l:%c
set statusline+=\ [%p%%]\
+let g:gruvbox_termcolors=16
" Which Key
call which_key#register('<Space>', "g:which_key_map")
ArKa projects. All rights to me, and your next child right arm.