nvim: replace harpoon with arrow

This commit is contained in:
2024-06-15 22:51:59 +02:00
parent a8bf055a0b
commit 09ffb3b2d9
3 changed files with 11 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
return {
{
"otavioschwanck/arrow.nvim",
opts = {
show_icons = true,
leader_key = '<leader>;',
buffer_leader_key = '<leader>m',
}
}
}