vim: farben entfernt

This commit is contained in:
Michael Grote 2021-08-12 12:59:04 +02:00
parent 76244ca07e
commit 00a12812b6

6
.vimrc
View file

@ -113,12 +113,6 @@ nmap <C-h> :bprevious<CR>
" fügt vertikale Striche bei Einrückungen ein
filetype plugin indent on
" aussehen
"set background=dark " dark or light
"colorscheme solarized8 " Your favorite color scheme's name
" ripgrep und ctrlp
" sudo apt install ripgrep(rg)
if executable('rg')