nvim/lua/plugins/arrow.lua
2025-10-22 22:19:33 -04:00

8 lines
No EOL
122 B
Lua

return {
"otavioschwanck/arrow.nvim",
event = 'VeryLazy',
opts = {
show_icons = true,
leader_key = '-'
}
}