Updating telescope
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user