manateelazycat / lsp-bridge

A blazingly fast LSP client for Emacs
GNU General Public License v3.0
1.46k stars 214 forks source link

Added vale-ls for markdown grammer checking. #838

Closed ajvogel closed 9 months ago

ajvogel commented 9 months ago

Added the support for the vale-ls language server. That use vale to perform grammar and style checks on markdown files. It's working on my setup.

manateelazycat commented 9 months ago

You need add langserver/vale-ls.json file to make sure lsp-bridge-single-lang-server-mode-list works.

manateelazycat commented 9 months ago

@ajvogel Hi

Why I got error "[LSP-Bridge] lspbridge (vale-ls): Parsing error: Msg("{\n \"Code\": \"E100\",\n \"Text\": \"E100 [.vale.ini not found] Runtime error\n\nopen : no such file or directory\n\nExecution stopped with code 1.\"\n}\n")“ ?

I have install vale and vale-ls in my system, I missing something?