mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
configure vim-grepper
This commit is contained in:
6
vimrc
6
vimrc
@@ -252,6 +252,12 @@ iab xnow <c-r>=strftime("%Y-%m-%d %H:%M")<cr>
|
||||
let g:EditorConfig_core_mode = 'python_external'
|
||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*']
|
||||
|
||||
"" vim-grepper
|
||||
nnoremap <leader>g :Grepper -tool rg<cr>
|
||||
|
||||
let g:grepper = {}
|
||||
let g:grepper.tools = ['rg', 'git', 'ag', 'grep']
|
||||
|
||||
"" gutentags
|
||||
|
||||
let g:gutentags_cache_dir="~/.tags"
|
||||
|
||||
Reference in New Issue
Block a user