Modernizied structure of configure files

This commit is contained in:
CRy386i 2026-05-01 23:28:55 +02:00
parent 515972d957
commit 6f55a66333
12 changed files with 264 additions and 254 deletions

9
lua/plugins/aerial.lua Normal file
View file

@ -0,0 +1,9 @@
return {
'stevearc/aerial.nvim',
opts = {},
-- Optional dependencies
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-tree/nvim-web-devicons"
},
}