dots2/.config/nvim/lua/plugins/nord.lua

6 lines
93 B
Lua

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