Fix language health table not displaying correctly the text color (regression from the changes I made in breeze in current dev branch).

Pump plugins versions.
This commit is contained in:
Martín Lucas Golini
2026-02-28 00:28:24 -03:00
parent bc83764358
commit cfa4e548e9
7 changed files with 20 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ class LSPClientPlugin : public Plugin {
public:
static PluginDefinition Definition() {
return { "lspclient", "LSP Client", "Language Server Protocol Client.",
LSPClientPlugin::New, { 0, 3, 0 }, LSPClientPlugin::NewSync };
LSPClientPlugin::New, { 0, 3, 1 }, LSPClientPlugin::NewSync };
}
static Plugin* New( PluginManager* pluginManager );