mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 03:42:50 +01:00
feat(nvim): added molten.nvim for jupyter-like behavior
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user