Switch nord scheme for Neovim to fix visibilty bug

Closes #111, #109
This commit is contained in:
David Heinemeier Hansson
2024-07-12 12:21:50 +02:00
parent bcaf91cb95
commit 97ed702d38

View File

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