update config

This commit is contained in:
2025-12-14 18:39:59 +01:00
parent 44db54a7b2
commit bbb7969950
372 changed files with 29216 additions and 453 deletions

View File

@@ -0,0 +1,11 @@
local ok, theme = pcall(require, "vscode")
if not ok then
print("failed to load vscode theme")
return
end
theme.setup{
transparent = true,
}
vim.cmd.colorscheme "vscode"