diff --git a/.vimrc b/.vimrc index f78be64..d1bb93e 100644 --- a/.vimrc +++ b/.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')