Skip to content

Commit

Permalink
add lsp reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashek committed Jan 3, 2024
1 parent 2aa434c commit 9348b66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 9348b66

Please sign in to comment.