nvim: replace harpoon with arrow
This commit is contained in:
10
nvim/.config/nvim/lua/plugins/arrow.lua
Normal file
10
nvim/.config/nvim/lua/plugins/arrow.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"otavioschwanck/arrow.nvim",
|
||||
opts = {
|
||||
show_icons = true,
|
||||
leader_key = '<leader>;',
|
||||
buffer_leader_key = '<leader>m',
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user