This commit is contained in:
2025-08-04 03:04:29 +02:00
parent 9c41628613
commit 9800f5d265
7 changed files with 58 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ return {
'nvim-lua/plenary.nvim',
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
'MunifTanjim/nui.nvim',
'folke/snacks.nvim', -- optional
},
lazy = false,
keys = {
@@ -22,4 +23,5 @@ return {
},
},
},
}
}