starter/lua/plugins/colorscheme.lua

14 lines
174 B
Lua
Raw Normal View History

2025-06-06 10:04:50 +08:00
if vim.g.vscode then
return {}
end
return {
2025-06-06 10:04:50 +08:00
{ "shaunsingh/nord.nvim", name = "nord" },
{
"LazyVim/LazyVim",
opts = {
2025-06-06 10:04:50 +08:00
colorscheme = "nord",
},
},
}