Stats
Actions
Tags
This LSP server requires vale-lsto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"vale": {
"command": "vale-ls",
"extensionToLanguage": {
".md": "markdown",
".mdx": "markdown",
".rst": "restructuredtext",
".txt": "plaintext",
".adoc": "asciidoc",
".markdown": "markdown"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
vale-lsstdioInitialization options and workspace settings
npx claudepluginhub mcorbett51090/ravenclaude --plugin technical-writing-docs