Closed piersolenski closed 3 years ago
Hmm I'm noticing this too, I've been away for the past two weeks and accepted a few PR's. I'll have to dig in and see what the issue is
Manually passing the default config (replacing any values with your own preferences) seems to be a workaround for the time being!
require('modes').setup({
colors = {
copy = '#f5c359',
delete = '#c75c6a',
insert = '#78ccc5',
visual = '#9745be',
},
line_opacity = 0.15,
focus_only = false,
})
After the most recent update I've started getting the following error when trying to start Neovim:
Plz halp!