vim: add colorscheme
This commit is contained in:
parent
18cb9cd5a5
commit
4bd3e69302
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue