This commit is contained in:
Yaser Alraddadi 2025-02-05 18:57:54 +03:00
parent d975f7da8c
commit 1be8014415
No known key found for this signature in database
GPG key ID: 808212144E6DBE90
2 changed files with 20 additions and 7 deletions

View 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',
},
},
}