mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
11 lines
172 B
Lua
11 lines
172 B
Lua
if vim.g.vscode then
|
|
return {}
|
|
end
|
|
|
|
return {
|
|
{ "LazyVim/LazyVim", colorscheme = "tokyonight" },
|
|
{
|
|
"folke/tokyonight.nvim",
|
|
opts = { style = "storm" },
|
|
},
|
|
}
|