🗑️ remove(nvim): telescope unnecessary dependency

lazyvim already has it
This commit is contained in:
Sergio Laín 2023-12-28 14:29:21 +01:00
parent 7f6a76edf6
commit 88ba64f030
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -4,18 +4,6 @@ local actions = require("telescope.actions")
return {
{
"nvim-telescope/telescope.nvim",
dependencies = {
{
"nvim-telescope/telescope-fzf-native.nvim",
build = "make",
enabled = vim.fn.executable("make") == 1,
config = function()
Util.on_load("telescope.nvim", function()
require("telescope").load_extension("fzf")
end)
end,
},
},
-- stylua: ignore
keys = {
{