mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 04:03:30 +00:00
8 lines
No EOL
122 B
Lua
8 lines
No EOL
122 B
Lua
return {
|
|
"otavioschwanck/arrow.nvim",
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
show_icons = true,
|
|
leader_key = '-'
|
|
}
|
|
} |