nvim/lua/plugins/arrow.lua
2024-06-17 15:22:39 +07:00

11 lines
224 B
Lua

return {
"otavioschwanck/arrow.nvim",
opts = {
show_icons = true,
leader_key = [[\]], -- Recommended to be a single key
},
keys = {
{ "<cr>", desc = "Open Arrow bookmarks" },
},
}