vim: add plugin 'mawkler/modicator.nvim'

This commit is contained in:
Fernando Schauenburg 2023-08-18 22:31:25 +02:00
parent 4ff8594d47
commit 27513acd50

View file

@ -0,0 +1,13 @@
local M = { 'mawkler/modicator.nvim' }
M.event = {
'ColorScheme',
'ModeChanged',
}
M.config = function()
require('modicator').setup()
end
return M