Skip to content

Commit

Permalink
Remove leftover CtrlP config
Browse files Browse the repository at this point in the history
  • Loading branch information
thirtythreeforty committed Feb 13, 2023
1 parent f574473 commit ed698cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vim/config/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ if executable('ag')
" Use Ag over Grep
set grepprg=ag\ --nogroup\ --nocolor\ --column
set grepformat=%f:%l:%c%m

" Use ag in CtrlP for listing files. Lightning fast and respects .gitignore
let g:ctrlp_user_command['fallback'] = 'ag %s -l --nocolor -g ""'

" ag is fast enough that CtrlP doesn't need to cache
let g:ctrlp_use_caching = 0
endif

" Color gutter marks appropriately in vim-signature
Expand Down

0 comments on commit ed698cb

Please sign in to comment.