mvllow / modes.nvim

Prismatic line decorations for the adventurous vim user
574 stars 14 forks source link

Extend default config when passing partial options #3

Closed mvllow closed 3 years ago

mvllow commented 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.