mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
remove harpoon from telescope
This commit is contained in:
parent
313e09ff3b
commit
ea67e76a89
@ -4,7 +4,6 @@ return {
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
"nvim-telescope/telescope-ui-select.nvim",
|
"nvim-telescope/telescope-ui-select.nvim",
|
||||||
"ThePrimeagen/harpoon",
|
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local builtin = require('telescope.builtin')
|
local builtin = require('telescope.builtin')
|
||||||
@ -59,7 +58,5 @@ return {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
require("telescope").load_extension("ui-select")
|
require("telescope").load_extension("ui-select")
|
||||||
require("telescope").load_extension("harpoon")
|
|
||||||
vim.keymap.set("n", "<leader>pba", ":Telescope harpoon marks<CR>")
|
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user