diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index ce1b3492..65ae567e 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -106,10 +106,10 @@ return { [""] = function(...) return require("trouble.providers.telescope").open_with_trouble(...) end, - [""] = function() + [""] = function() Util.telescope("find_files", { no_ignore = true })() end, - [""] = function() + [""] = function() Util.telescope("find_files", { hidden = true })() end, [""] = function(...)