mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-27 05:41:45 +00:00
Compare commits
No commits in common. "8232cdd4cbe4f91388a0db864d1a4caaf945c40b" and "48b3c6c1d5d49f3a3feb4350de0fd40aa053b700" have entirely different histories.
8232cdd4cb
...
48b3c6c1d5
@ -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,
|
||||
|
@ -26,9 +26,6 @@ return {
|
||||
},
|
||||
-- Autoinstall languages that are not installed
|
||||
auto_install = true,
|
||||
ignore_install = {
|
||||
'arduino',
|
||||
},
|
||||
-- Enable autotags and -rename
|
||||
autotag = {
|
||||
enable = true,
|
||||
|
Loading…
Reference in New Issue
Block a user