update
This commit is contained in:
parent
d975f7da8c
commit
1be8014415
2 changed files with 20 additions and 7 deletions
13
lua/custom/plugins/symbols.lua
Normal file
13
lua/custom/plugins/symbols.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
{
|
||||
'stevearc/aerial.nvim',
|
||||
opts = {
|
||||
-- open_automatic = true,
|
||||
},
|
||||
-- Optional dependencies
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue