Closed mvllow closed 3 years ago
It looks like passing partial options, eg. require('modes').setup({ colors = { copy = '#fa8072' } }) replaces the defaults. This would require passing no options or all options. Instead, user config should extend the default config.
require('modes').setup({ colors = { copy = '#fa8072' } })
It looks like passing partial options, eg.
require('modes').setup({ colors = { copy = '#fa8072' } })
replaces the defaults. This would require passing no options or all options. Instead, user config should extend the default config.