Add arrow, also, add arrow to the incline status line. TODO: Fix so arrow status line uses the incline window and not current buffer.
This commit is contained in:
parent
f6dee75d2c
commit
fa5dab7882
2 changed files with 24 additions and 3 deletions
7
nvim/lua/plugs/arrow.lua
Normal file
7
nvim/lua/plugs/arrow.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"otavioschwanck/arrow.nvim",
|
||||
opts = {
|
||||
show_icons = true,
|
||||
leader_key = ","
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue