added arrow plugin
This commit is contained in:
7
lua/plugins/arrow.lua
Normal file
7
lua/plugins/arrow.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'otavioschwanck/arrow.nvim',
|
||||
opts = {
|
||||
show_icons = true,
|
||||
leader_key = ';' -- Recommended to be a single key
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user