This commit is contained in:
asep komarudin 2023-02-01 20:01:28 +07:00
parent e21884b7e4
commit 878c12feaf
4 changed files with 40 additions and 17 deletions

View file

@ -19,7 +19,7 @@ local options = {
"--smart-case",
},
prompt_prefix = "",
selection_caret = " ",
selection_caret = " ",
entry_prefix = " ",
initial_mode = "insert",
selection_strategy = "reset",
@ -41,7 +41,7 @@ local options = {
file_sorter = require("telescope.sorters").get_fuzzy_file,
file_ignore_patterns = { "node_modules" },
generic_sorter = require("telescope.sorters").get_generic_fuzzy_sorter,
path_display = { "truncate" },
path_display = { "smart" },
winblend = 0,
border = {},
borderchars = { "", "", "", "", "", "", "", "" },