Skip to content

Fix schema for moreTriggerCharacter

According to the schema, The moreTriggerCharacter field should be an array of strings rather than a single string. This mismatch causes the server to fail initialization when used with the LanguageClient-neovim client.

Merge request reports