nvim/lua/plugins/arrow.lua

8 lines
135 B
Lua

return {
'otavioschwanck/arrow.nvim',
opts = {
show_icons = true,
leader_key = ';' -- Recommended to be a single key
}
}