vim: doku
This commit is contained in:
parent
4e03c1dc01
commit
6f2ae23867
1 changed files with 0 additions and 1 deletions
1
.vimrc
1
.vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue