Files
nvimdots/lua/config/modicator.lua
T
Zacharias-Brohn 413d614440 new
2025-04-12 11:12:15 +02:00

18 lines
359 B
Lua

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