feat(nvim): added molten.nvim for jupyter-like behavior

This commit is contained in:
2025-05-15 13:10:52 +02:00
parent 37192374c3
commit 12435bcbd1
5 changed files with 179 additions and 112 deletions

View File

@@ -1,7 +1,7 @@
local options = {
base46 = {
theme = "catppuccin", -- default theme
theme = "chadracula-evondev", -- default theme
hl_add = {},
hl_override = {},
integrations = {},
@@ -11,7 +11,7 @@ local options = {
},
},
transparency = true,
theme_toggle = { "catppuccin", "one_light" },
theme_toggle = { "chadracula-evondev", "one_light" },
},
ui = {