mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 21:01:45 +00:00
Compare commits
3 Commits
48b3c6c1d5
...
8232cdd4cb
Author | SHA1 | Date | |
---|---|---|---|
8232cdd4cb | |||
e6056c4ed2 | |||
05d6e9158c |
@ -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,6 +26,9 @@ 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