This commit is contained in:
Belal Elsabbagh
2026-02-01 08:33:07 +02:00
parent bb79366354
commit 746a957b35
13 changed files with 652 additions and 102 deletions

View File

@@ -1 +1,15 @@
return { "rebelot/kanagawa.nvim", priority = 1000 }
return { {
'Mofiqul/dracula.nvim',
lazy = false,
priority = 1000,
},
{ "ellisonleao/gruvbox.nvim", priority = 1000 , config = true },
{ "rebelot/kanagawa.nvim", priority = 1000 , config = true },
{
'f4z3r/gruvbox-material.nvim',
name = 'gruvbox-material',
lazy = false,
priority = 1000,
opts = {},
},
}