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

6 lines
108 B
Lua

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