This commit is contained in:
Zacharias-Brohn
2025-04-12 11:12:15 +02:00
parent 126a7eba9d
commit 413d614440
3 changed files with 32 additions and 26 deletions
+17
View File
@@ -0,0 +1,17 @@
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',
}
}
})