Files
nvimdots/lua/config/modicator.lua
T
Zacharias-Brohn 69e5a05062 cracked update
2025-12-03 21:57:32 +01:00

18 lines
268 B
Lua

require("modicator").setup({
show_warnings = true,
highlights = {
defaults = {
bold = false,
italic = false,
},
use_cursorline_background = true,
},
integration = {
lualine = {
enabled = true,
mode_section = nil,
highlight = 'bg',
}
}
})