reorganize to multi file config and switch to lazy.nvim for plugins
This commit is contained in:
15
core/overrides/modicator.lua
Normal file
15
core/overrides/modicator.lua
Normal file
@ -0,0 +1,15 @@
|
||||
require('modicator').setup {
|
||||
show_warnings = true,
|
||||
highlights = {
|
||||
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,
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user