Compare commits

..

No commits in common. "8232cdd4cbe4f91388a0db864d1a4caaf945c40b" and "48b3c6c1d5d49f3a3feb4350de0fd40aa053b700" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -42,10 +42,10 @@ return {
harpoon:list():remove()
end, { desc = '[H]arpoon [R]emove' })
-- Toggle previous & next buffers stored within Harpoon list
vim.keymap.set('n', '<C-S-p>', function()
vim.keymap.set('n', '<C-S-P>', function()
harpoon:list():prev()
end)
vim.keymap.set('n', '<C-S-n>', function()
vim.keymap.set('n', '<C-S-N>', function()
harpoon:list():next()
end)
end,

View File

@ -26,9 +26,6 @@ return {
},
-- Autoinstall languages that are not installed
auto_install = true,
ignore_install = {
'arduino',
},
-- Enable autotags and -rename
autotag = {
enable = true,