disable neoscroll

This commit is contained in:
2025-02-18 20:59:59 +05:00
parent 9da55a205a
commit dbdec14e04
6 changed files with 14 additions and 8 deletions

View File

@ -7,7 +7,7 @@ end
harpoon:setup()
-- REQUIRED
vim.keymap.set("n", "<leader>a", function() harpoon:list():append() end)
vim.keymap.set("n", "<leader>a", function() harpoon:list():add() end)
vim.keymap.set("n", "<leader>hm", function() harpoon.ui:toggle_quick_menu(harpoon:list()) end)
vim.keymap.set("n", "<C-1>", function() harpoon:list():select(1) end)