Files
nvimdots/lua/config/modicator.lua
T
2025-08-27 22:59:36 +02:00

18 lines
358 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',
}
}
})