diff --git a/docs/resources/configure.md b/docs/resources/configure.md index 1b4a3c9..52af4de 100644 --- a/docs/resources/configure.md +++ b/docs/resources/configure.md @@ -114,3 +114,18 @@ command = "zathura-language-server" } } ``` + +## [Visual Studio Code](https://code.visualstudio.com/) + +[An official support of generic LSP client is pending](https://github.com/microsoft/vscode/issues/137885). + +### [vscode-glspc](https://gitlab.com/ruilvo/vscode-glspc) + +`~/.config/Code/User/settings.json`: + +```json +{ + "glspc.serverPath": "zathura-language-server", + "glspc.languageId": "zathurarc" +} +```