Neovim/lua/plugins/vscode-theme.lua

12 lines
202 B
Lua
Raw Normal View History

2024-02-23 18:23:02 +00:00
return {
{
"Mofiqul/vscode.nvim",
priority = 1,
opts = {
style = "dark",
2024-03-26 10:23:47 +00:00
transparent = true,
2024-04-11 13:30:25 +00:00
italic_comments = false,
},
},
2024-02-23 18:23:02 +00:00
}