Add Nord theme (and lazy load vsc theme extensions)

Thanks @iljo-dp for finding the themes!
This commit is contained in:
David Heinemeier Hansson
2024-06-06 20:55:17 +02:00
parent 9f21306178
commit 93d0630fb0
7 changed files with 95 additions and 10 deletions

9
themes/neovim/nord.lua Normal file
View File

@@ -0,0 +1,9 @@
return {
{ "shaunsingh/nord.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "nord",
},
},
}