remove defaults.find_command (#1096)

Co-authored-by: tiannaru <piersinaru.cristian@gmail.com>
This commit is contained in:
Real Human 2021-07-26 05:04:58 +03:00 committed by GitHub
parent 1adcb31be6
commit aa356858ef
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = " ",