all repos

init.lua @ 26403db35584f8df02db640212daf53ac619d78b

my nvim config
1 files changed, 6 insertions(+), 0 deletions(-)
Change telescope find command
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-20 12:39:33 +0200
Parent: 2ee0934
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 },