This commit is contained in:
Ale 2024-06-23 20:40:25 +02:00
parent 18397725c3
commit 5b3938c5f9
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,4 @@
return {
'stevearc/dressing.nvim',
opts = {},
}

View file

@ -0,0 +1,7 @@
return {
"dnlhc/glance.nvim",
config = function()
require('glance').setup({
})
end,
}

View file

@ -0,0 +1,6 @@
return {
'mrjones2014/legendary.nvim',
version = 'v2.13.9',
priority = 10000,
lazy = false
}