sunhat/themes/neovim/nord.lua

10 lines
109 B
Lua
Raw Normal View History

return {
{ "shaunsingh/nord.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "nord",
},
},
}