Skip to content

Commit

Permalink
Add Nickel lsp server in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Nov 3, 2023
1 parent 8be3537 commit b50ccc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ If your language supports mixed multi-language servers, it is recommended to che
| [typst-lsp](https://github.com/nvarner/typst-lsp) | Typst | |
| [verible](https://github.com/chipsalliance/verible) | Verilog | |
| [move-analyzer](https://github.com/move-language/move) | Move | The `move-analyzer` is included in the move language repository |
| [nls](https://crates.io/crates/nickel-lang-lsp/) | Nickel | cargo add nickel-lang-lsp |

## Join development

Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ lsp-bridge 每种语言的服务器配置存储在 [lsp-bridge/langserver](https
| [typst-lsp](https://github.com/nvarner/typst-lsp) | Typst | |
| [verible](https://github.com/chipalliance/verible) | Verilog | |
| [move-analyzer](https://github.com/move-language/move) | Move | `move-analyzer` 包含在 move 语言仓库里 |
| [nls](https://crates.io/crates/nickel-lang-lsp/) | Nickel | cargo add nickel-lang-lsp |

## 加入开发

Expand Down

0 comments on commit b50ccc5

Please sign in to comment.