fix colorscheme not being loaded
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"shaunsingh/nord.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd [[colorscheme nord]]
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user