vim: doku

This commit is contained in:
Michael Grote 2021-11-21 11:07:20 +01:00
parent 4e03c1dc01
commit 6f2ae23867

1
.vimrc
View file

@ -81,7 +81,6 @@ set showmatch
" ### Plugins " ### Plugins
" ### ripgrep und ctrlp " ### ripgrep und ctrlp
" sudo apt install ripgrep(rg)
if executable('rg') if executable('rg')
let g:ctrlp_user_command = 'rg %s --files --hidden --color=never --glob ""' let g:ctrlp_user_command = 'rg %s --files --hidden --color=never --glob ""'
else else