Myrkvim/lua/plugins/nord.lua

8 lines
125 B
Lua

return {
"shaunsingh/nord.nvim",
lazy = false,
config = function()
vim.cmd.colorscheme "nord"
end
}