mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 14:03:51 +00:00
nvim config
This commit is contained in:
commit
57407e8ef8
21 changed files with 984 additions and 0 deletions
8
lua/plugins/arrow.lua
Normal file
8
lua/plugins/arrow.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"otavioschwanck/arrow.nvim",
|
||||
event = 'VeryLazy',
|
||||
opts = {
|
||||
show_icons = true,
|
||||
leader_key = '-'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue