diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index fcf007b..e1d773f 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -27,8 +27,12 @@ return { } end, keys = { - { "", "Telescope find_files", desc = "Find files" }, - { "p", "Telescope live_grep", desc = "Live Grep" }, + { "", "Telescope find_files", desc = "Find files" }, + { + "p", + function() require("telescope.builtin").live_grep({ no_ignore = true }) end, + desc = "Live Grep" + }, -- Search almost everything (except .git folder) { "fa",