mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
remove harpoon (RIP bozo)
This commit is contained in:
parent
ba838d22be
commit
e9331dbf0d
@ -1,19 +0,0 @@
|
||||
local wk = require("which-key")
|
||||
|
||||
require("harpoon").setup({
|
||||
menu = {
|
||||
width = vim.api.nvim_win_get_width(0) - 4,
|
||||
}
|
||||
})
|
||||
|
||||
wk.register({
|
||||
q = {
|
||||
name = "+harpoon",
|
||||
["1"] = { function() require("harpoon.ui").nav_file(1) end, "Harpoon 1" },
|
||||
["2"] = { function() require("harpoon.ui").nav_file(2) end, "Harpoon 2" },
|
||||
["3"] = { function() require("harpoon.ui").nav_file(3) end, "Harpoon 3" },
|
||||
["4"] = { function() require("harpoon.ui").nav_file(4) end, "Harpoon 4" },
|
||||
a = { function() require("harpoon.mark").add_file() end, "Add File" },
|
||||
l = { function() require("harpoon.ui").toggle_quick_menu() end, "List Files" }
|
||||
},
|
||||
}, { prefix = "<leader>" })
|
@ -17,7 +17,6 @@ return require('packer').startup(function(use)
|
||||
use('nvim-lua/plenary.nvim')
|
||||
|
||||
-- Editing
|
||||
use ('ThePrimeagen/harpoon')
|
||||
use ('mbbill/undotree')
|
||||
use ('folke/which-key.nvim')
|
||||
use("mickael-menu/zk-nvim")
|
||||
|
Loading…
x
Reference in New Issue
Block a user