vim: add colorscheme

This commit is contained in:
Michael Grote 2021-10-16 10:54:26 +02:00
parent 18cb9cd5a5
commit 4bd3e69302

2
.vimrc
View file

@ -70,6 +70,8 @@ set clipboard=unnamedplus
set showmatch set showmatch
" ### Plugins" " ### Plugins"
" colorscheme
colorscheme sugarlily
" ### ripgrep und ctrlp " ### ripgrep und ctrlp
" sudo apt install ripgrep(rg) " sudo apt install ripgrep(rg)
if executable('rg') if executable('rg')