neovim: delete harpoon
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
local harpoon = require("harpoon")
|
||||
|
||||
harpoon:setup({})
|
||||
|
||||
vim.keymap.set("n", "<leader>a", function()
|
||||
harpoon:list():append()
|
||||
end)
|
||||
vim.keymap.set("n", "<leader>s", function()
|
||||
harpoon.ui:toggle_quick_menu(harpoon:list())
|
||||
end)
|
||||
|
||||
vim.keymap.set("n", "<leader>1", function()
|
||||
harpoon:list():select(1)
|
||||
end)
|
||||
vim.keymap.set("n", "<leader>2", function()
|
||||
harpoon:list():select(2)
|
||||
end)
|
||||
vim.keymap.set("n", "<leader>3", function()
|
||||
harpoon:list():select(3)
|
||||
end)
|
||||
vim.keymap.set("n", "<leader>4", function()
|
||||
harpoon:list():select(4)
|
||||
end)
|
||||
@@ -78,8 +78,6 @@ require("packer").startup(function(use)
|
||||
|
||||
use({ "b0o/SchemaStore.nvim" })
|
||||
|
||||
use({ "ThePrimeagen/harpoon", branch = "harpoon2" })
|
||||
|
||||
use({
|
||||
"stevearc/oil.nvim",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user