move colorscheme.lua back to core for consistency

This commit is contained in:
2024-11-22 11:43:41 -05:00
parent 962d850b5e
commit a6ba56aa88
2 changed files with 20 additions and 16 deletions
-8
View File
@@ -1,8 +0,0 @@
return {
"shaunsingh/nord.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd [[colorscheme nord]]
end,
}