mini-tabline for buffer tabs

This commit is contained in:
2026-02-11 19:08:12 +02:00
parent b55da4ba64
commit 59c5f7d269
4 changed files with 15 additions and 1 deletions
+2
View File
@@ -7,6 +7,8 @@ return {
local harpoon = require("harpoon")
harpoon:setup()
-- Add current file
vim.keymap.set("n", "<leader>ha", function()
harpoon:list():add()