Updating telescope

This commit is contained in:
2024-10-16 19:55:59 +02:00
parent 7ebee5edac
commit 45f7e9323e

View File

@@ -10,8 +10,8 @@ return {
config = function() config = function()
local telescope = require("telescope") local telescope = require("telescope")
local command = { "fd", "-I", "-H", "--type", "file" } local command = { "fd", "-H", "--type", "file" }
local ignored = { "node_modules", ".git" } local ignored = { ".git" }
for i, v in ipairs(ignored) do for i, v in ipairs(ignored) do
table.insert(command, "--exclude") table.insert(command, "--exclude")