Remove colorscheme

This commit is contained in:
Jan Eitzinger 2024-12-25 12:33:18 +01:00
parent 8d01f1e711
commit e11bd917a7

View File

@ -1,13 +0,0 @@
return {
{
"shaunsingh/nord.nvim",
lazy = false,
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "nord",
},
},
}