starter/lua/plugins/lazyvim.lua
Sean Herman 618d31fd18
LSP + formatting (#3)
Co-authored-by: Sean Herman <sherman1@rbi.com>
2025-01-18 12:53:25 -05:00

11 lines
172 B
Lua

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