1 files changed,
6 insertions(+),
0 deletions(-)
M
lua/plugin/telescope.lua
@@ -41,6 +41,12 @@ ["<A-p>"] = action_layout.toggle_preview,
}, }, }, + find_command = { + "rg", + "--ignore", + "--hidden", + "--files", + }, pickers = { find_files = { theme = "ivy" }, live_grep = { theme = "ivy", only_sort_text = true },