Merge pull request 'vim: sugarlily' (#2) from sl into master
Reviewed-on: #2
This commit is contained in:
commit
22ae7b2cef
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue