Major changes including better ui and more keybinds :)
This commit is contained in:
@ -1,15 +1,18 @@
|
||||
require('modicator').setup {
|
||||
require('modicator').setup({
|
||||
show_warnings = true,
|
||||
highlights = {
|
||||
defaults = {
|
||||
bold = true,
|
||||
},
|
||||
modes = {
|
||||
['i'] = colors.green,
|
||||
['v'] = colors.purple,
|
||||
['V'] = colors.purple,
|
||||
['<EFBFBD>'] = colors.purple,
|
||||
['s'] = colors.yellow,
|
||||
['S'] = colors.yellow,
|
||||
['R'] = colors.orange,
|
||||
['c'] = colors.red,
|
||||
}
|
||||
}
|
||||
}
|
||||
['i'] = { foreground = colors.green, },
|
||||
['v'] = { foreground = colors.purple, },
|
||||
['V'] = { foreground = colors.purple, },
|
||||
[''] = { foreground = colors.purple, },
|
||||
['s'] = { foreground = colors.purple, },
|
||||
['S'] = { foreground = colors.yellow, },
|
||||
['R'] = { foreground = colors.orange, },
|
||||
['c'] = { foreground = colors.red, },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user