aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/ripgrep.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin/ripgrep.vim')
-rw-r--r--.vim/after/plugin/ripgrep.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/.vim/after/plugin/ripgrep.vim b/.vim/after/plugin/ripgrep.vim
deleted file mode 100644
index 15e0285..0000000
--- a/.vim/after/plugin/ripgrep.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-if executable('rg')
- set grepprg=rg\ --vimgrep\ --smart-case\ --hidden\ --glob\ !.git
- set grepformat=%f:%l:%c:%m
-endif