feat(nvim): nixify theming (and add 'vscode' theme)
check / lint (push) Failing after 15s

This commit is contained in:
2026-08-25 23:29:37 +02:00
parent 5f8f8c4251
commit be15e8ba00
9 changed files with 148 additions and 82 deletions
+8
View File
@@ -0,0 +1,8 @@
vim.opt.clipboard = "unnamedplus"
vim.opt.background = "dark"
vim.g.zenwritten_compat = 1
for _, pack in ipairs(vim.g.theme_packs) do
vim.cmd.packadd(pack)
end
vim.cmd.colorscheme(vim.g.theme)