Skip to content

Commit

Permalink
rework how to use section to be installation
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotifyPacha committed Jun 13, 2024
1 parent e7035f7 commit da866ff
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@

A language server implementation for Google Protocol Buffers

## how to use
## installation

1. build the target `pls`, add `pls` to `PATH`
2. for `coc.nvim`, `:CocConfig` like this
Build binary

```sh
go build -o pls .
```

Add it to your PATH

Configure vim/nvim

Using [coc.nvim](https://github.com/neoclide/coc.nvim), add it to `:CocConfig`

```json
"languageserver": {
Expand All @@ -17,7 +26,7 @@ A language server implementation for Google Protocol Buffers
}
```

if you use vscode, see `vscode-extension/README.md`
if you use vscode, see [vscode-extension/README.md](./vscode-extension/README.md)

## features

Expand Down

0 comments on commit da866ff

Please sign in to comment.