Closed cole-h closed 3 years ago
I think it should be possible to display a message in the modeline, or even create an info box with a more detailed report, but keep this optional, and let users disable it.
Will gladly accept PR for this enhancement, but I'm not sure when I'll be able to work on it myself.
I've opened https://github.com/andreyorst/plug.kak/pull/120 in an attempt to fix this.
Earlier today, I was porting my config from alexherbo2's
plug.kak
(which seems to have disappeared) to yours, and I made a mistake trying to set an option that is only valid after a plugin was loaded.If I go into the debug buffer, I do indeed see an error, but I'm never presented with a "banner" that points me to the buffer -- I just notice that some of my plugins are not loaded.
If possible, it'd be nice if there would be a nice error message to tell the user to look at the debug buffer or something like that.
You can probably reproduce with the following config:
(the
config
onsmarttab
should bedefer smarttab
for proper functionality)