From 45f7e9323e15820fa27d49fa00b8152189fbe90a Mon Sep 17 00:00:00 2001 From: Taken Date: Wed, 16 Oct 2024 19:55:59 +0200 Subject: [PATCH] Updating telescope --- lua/taken/plugins/telescope.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")