Removed unused var
This commit is contained in:
@@ -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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user