From 9348b66353b69c8aa467c69a49faca3fd9a57190 Mon Sep 17 00:00:00 2001 From: Maciej Krajowski-Kukiel Date: Wed, 3 Jan 2024 15:27:28 +0100 Subject: [PATCH] add lsp reference --- .../platformos-workflow/development-workflow.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/pages/developer-guide/platformos-workflow/development-workflow.liquid b/app/views/pages/developer-guide/platformos-workflow/development-workflow.liquid index f71aa3def..f48510731 100644 --- a/app/views/pages/developer-guide/platformos-workflow/development-workflow.liquid +++ b/app/views/pages/developer-guide/platformos-workflow/development-workflow.liquid @@ -49,9 +49,9 @@ What you’ll need: * If you use VSCode - [platformOS Liquid Extension](https://marketplace.visualstudio.com/items?itemName=platformOS.platformos-check-vscode) * Windows - the extension will work out of the box, as all the dependencies - [Ruby](https://www.ruby-lang.org/en/) and [platformOS Check](https://github.com/Platform-OS/platformos-check) are included via included executable file * Other system - must [manually install Ruby and platformOS Check](https://github.com/Platform-OS/platformos-check?tab=readme-ov-file#installation) -* If you use vim, emacs or anything else +* If you use Vim, Emacs or anything else * [manually install Ruby and platformOS Check](https://github.com/Platform-OS/platformos-check?tab=readme-ov-file#installation) - * platformOS check comes with an LSP Server, follow instructions of how to use LSP servers in your editor, for example. For example for vim you can use [coc.vim](https://github.com/neoclide/coc.nvim) and configure it: + * platformOS check is implemented using [Language Server Protocol](https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/), follow instructions of how to use LSP servers in your editor. For example, for Vim you can use [coc.vim](https://github.com/neoclide/coc.nvim) and configure it: ```yaml { "languageserver": {