sunhat/themes/neovim/nord.lua
David Heinemeier Hansson 93d0630fb0 Add Nord theme (and lazy load vsc theme extensions)
Thanks @iljo-dp for finding the themes!
2024-06-06 20:55:17 +02:00

10 lines
109 B
Lua

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