Removed unused var

This commit is contained in:
2024-03-18 14:12:41 +01:00
parent 59a1df2435
commit 546b3c836d

View File

@@ -10,7 +10,6 @@ return {
}, },
config = function() config = function()
local telescope = require("telescope") local telescope = require("telescope")
local builtin = require("telescope.builtin")
local command = { "fd", "-I", "-H", "--type", "file" } local command = { "fd", "-I", "-H", "--type", "file" }
local ignored = { "node_modules", ".git", "dist" } local ignored = { "node_modules", ".git", "dist" }