summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReal Human <[email protected]>2021-07-26 05:04:58 +0300
committerGitHub <[email protected]>2021-07-25 22:04:58 -0400
commitaa356858ef18b54a5744a7a89ee4df7a5976bcd7 (patch)
tree45264ecb1ab3fa210d2654d457b19736a743c18d
parent1adcb31be659c256597f15266575ed9fac02d442 (diff)
remove defaults.find_command (#1096)
Co-authored-by: tiannaru <[email protected]>
-rw-r--r--lua/core/telescope.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/core/telescope.lua b/lua/core/telescope.lua
index 3c9a057b..65760d6c 100644
--- a/lua/core/telescope.lua
+++ b/lua/core/telescope.lua
@@ -8,14 +8,6 @@ M.config = function()
lvim.builtin.telescope = {
active = false,
defaults = {
- find_command = {
- "rg",
- "--no-heading",
- "--with-filename",
- "--line-number",
- "--column",
- "--smart-case",
- },
prompt_prefix = " ",
selection_caret = " ",
entry_prefix = " ",