mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
13 lines
174 B
Lua
13 lines
174 B
Lua
if vim.g.vscode then
|
|
return {}
|
|
end
|
|
|
|
return {
|
|
{ "shaunsingh/nord.nvim", name = "nord" },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "nord",
|
|
},
|
|
},
|
|
}
|