diff options
author | Oxbian <oxbian@mailbox.org> | 2025-09-07 10:27:25 +0200 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-09-07 10:27:25 +0200 |
commit | a92789e8707d2a077bc6d3fedfcdf377bc6ceba1 (patch) | |
tree | 04c01305c62f8e3c353beb5e62da08845d3df230 /conf/plugins.vim | |
parent | 08dcec61aef0fed78b6d94ff97faeb1312d862e7 (diff) | |
download | vimrc-a92789e8707d2a077bc6d3fedfcdf377bc6ceba1.tar.gz vimrc-a92789e8707d2a077bc6d3fedfcdf377bc6ceba1.zip |
feat: vim install script + theme update
Diffstat (limited to 'conf/plugins.vim')
-rw-r--r-- | conf/plugins.vim | 3 |
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") |