diff --git a/lua/taken/plugins/telescope.lua b/lua/taken/plugins/telescope.lua index a68c924..45d7bec 100644 --- a/lua/taken/plugins/telescope.lua +++ b/lua/taken/plugins/telescope.lua @@ -10,8 +10,8 @@ return { config = function() local telescope = require("telescope") - local command = { "fd", "-I", "-H", "--type", "file" } - local ignored = { "node_modules", ".git" } + local command = { "fd", "-H", "--type", "file" } + local ignored = { ".git" } for i, v in ipairs(ignored) do table.insert(command, "--exclude")