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:
Martin Larsson 2024-04-08 23:17:47 +02:00
parent f6dee75d2c
commit fa5dab7882
2 changed files with 24 additions and 3 deletions

7
nvim/lua/plugs/arrow.lua Normal file
View file

@ -0,0 +1,7 @@
return {
"otavioschwanck/arrow.nvim",
opts = {
show_icons = true,
leader_key = ","
}
}