vim: weißes theme entfernt
This commit is contained in:
parent
15169804cd
commit
4e90ca3ba3
1 changed files with 1 additions and 5 deletions
6
.vimrc
6
.vimrc
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue