vim: weißes theme entfernt

This commit is contained in:
Michael Grote 2021-10-26 12:12:30 +02:00
parent 15169804cd
commit 4e90ca3ba3

6
.vimrc
View file

@ -14,8 +14,6 @@ Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'tpope/vim-fugitive'
" auto einrueckung
Plugin 'tpope/vim-sleuth'
" weißes theme
Plugin 'habamax/vim-sugarlily'
call vundle#end()
@ -69,9 +67,7 @@ set clipboard=unnamedplus
" zeige "matching" klammer usw.
set showmatch
" ### Plugins"
" colorscheme
colorscheme sugarlily
" ### Plugins
" ### ripgrep und ctrlp
" sudo apt install ripgrep(rg)
if executable('rg')