starter/lua/plugins/lazyvim.lua

12 lines
172 B
Lua

if vim.g.vscode then
return {}
end
return {
{ "LazyVim/LazyVim", colorscheme = "tokyonight" },
{
"folke/tokyonight.nvim",
opts = { style = "storm" },
},
}