Add Nord theme (and lazy load vsc theme extensions)
Thanks @iljo-dp for finding the themes!
This commit is contained in:
9
themes/neovim/nord.lua
Normal file
9
themes/neovim/nord.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{ "shaunsingh/nord.nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "nord",
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user