Merge pull request 'vim: sugarlily' (#2) from sl into master

Reviewed-on: #2
This commit is contained in:
Michael Grote 2021-10-16 15:18:36 +02:00
commit 22ae7b2cef

4
.vimrc
View file

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