mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-27 22:01: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()
|
harpoon:list():remove()
|
||||||
end, { desc = '[H]arpoon [R]emove' })
|
end, { desc = '[H]arpoon [R]emove' })
|
||||||
-- Toggle previous & next buffers stored within Harpoon list
|
-- 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()
|
harpoon:list():prev()
|
||||||
end)
|
end)
|
||||||
vim.keymap.set('n', '<C-S-n>', function()
|
vim.keymap.set('n', '<C-S-N>', function()
|
||||||
harpoon:list():next()
|
harpoon:list():next()
|
||||||
end)
|
end)
|
||||||
end,
|
end,
|
||||||
|
@ -26,9 +26,6 @@ return {
|
|||||||
},
|
},
|
||||||
-- Autoinstall languages that are not installed
|
-- Autoinstall languages that are not installed
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
ignore_install = {
|
|
||||||
'arduino',
|
|
||||||
},
|
|
||||||
-- Enable autotags and -rename
|
-- Enable autotags and -rename
|
||||||
autotag = {
|
autotag = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user