all repos

init.lua @ 5bccff674be7dae6409f0503082c2b2f2cd3f07b

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(harpoon)!: fix deprecation error
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-04-08 00:18:26 +0300
Parent: f4e16ac
M lua/plugins/navigation.lua

@@ -16,7 +16,7 @@ local h = require "harpoon"

-- stylua: ignore return { - { "<leader>a", function() h:list():append() end }, + { "<leader>a", function() h:list():add() end }, { "<C-f>", function() h.ui:toggle_quick_menu(h:list()) end }, { "<A-f>", function() h:list():select(1) end }, { "<A-d>", function() h:list():select(2) end },