diff --git a/README.md b/README.md index 818d39f..8bee80c 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,16 @@ A Language Server for **proto3** files. It uses tree-sitter parser for all opera ## Installation +### Neovim Run `cargo install protols` to install and add below to setup using [`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#protols) ```lua require'lspconfig'.protols.setup{} ``` + +### Visual Studio Code + +You can install an extension called [Protobuf Language Support](https://marketplace.visualstudio.com/items?itemName=ianandhum.protobuf-support) which uses this LSP under the hood. + +> NOTE: It is [open-sourced](https://github.com/ianandhum/vscode-protobuf-support) but do not own or maintain it.