added arrow plugin

This commit is contained in:
2024-02-26 22:43:51 +01:00
parent 819fc00188
commit 90cd7ee928
3 changed files with 12 additions and 0 deletions

7
lua/plugins/arrow.lua Normal file
View File

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