diff options
| author | github-actions <github-actions@github.com> | 2022-07-02 21:52:50 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-07-02 21:52:50 +0000 |
| commit | b9c375c385765ea42418f7994354bdecc1036765 (patch) | |
| tree | ed64f2910a15d28b4b10d76a506e1fbfe9a3f301 /doc | |
| parent | docs: formatting #1981 (diff) | |
| download | nvim-lspconfig-b9c375c385765ea42418f7994354bdecc1036765.tar nvim-lspconfig-b9c375c385765ea42418f7994354bdecc1036765.tar.gz nvim-lspconfig-b9c375c385765ea42418f7994354bdecc1036765.tar.bz2 nvim-lspconfig-b9c375c385765ea42418f7994354bdecc1036765.tar.lz nvim-lspconfig-b9c375c385765ea42418f7994354bdecc1036765.tar.xz nvim-lspconfig-b9c375c385765ea42418f7994354bdecc1036765.tar.zst nvim-lspconfig-b9c375c385765ea42418f7994354bdecc1036765.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index a5ca08f4..6a1e1db6 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -3597,7 +3597,9 @@ require'lspconfig'.nickel_ls.setup{} ## nimls https://github.com/PMunch/nimlsp + `nimlsp` can be installed via the `nimble` package manager: + ```sh nimble install nimlsp ``` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index a5ca08f4..6a1e1db6 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -3597,7 +3597,9 @@ require'lspconfig'.nickel_ls.setup{} ## nimls https://github.com/PMunch/nimlsp + `nimlsp` can be installed via the `nimble` package manager: + ```sh nimble install nimlsp ``` |
