🗑️ remove(nvim): telescope unnecessary dependency
lazyvim already has it
This commit is contained in:
parent
7f6a76edf6
commit
88ba64f030
1 changed files with 0 additions and 12 deletions
|
@ -4,18 +4,6 @@ local actions = require("telescope.actions")
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"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
|
-- stylua: ignore
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue