diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-06-24 13:47:22 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-06-24 13:47:22 +0000 |
| commit | 6ed0fc9f86c93d5a816419e7d99be85a3c6fed10 (patch) | |
| tree | eaf6c5c7a8e24ac7d2c86dded8b9bef4aa3de785 /doc | |
| parent | docs: correct install command for pug lsp #3926 (diff) | |
| download | nvim-lspconfig-6ed0fc9f86c93d5a816419e7d99be85a3c6fed10.tar nvim-lspconfig-6ed0fc9f86c93d5a816419e7d99be85a3c6fed10.tar.gz nvim-lspconfig-6ed0fc9f86c93d5a816419e7d99be85a3c6fed10.tar.bz2 nvim-lspconfig-6ed0fc9f86c93d5a816419e7d99be85a3c6fed10.tar.lz nvim-lspconfig-6ed0fc9f86c93d5a816419e7d99be85a3c6fed10.tar.xz nvim-lspconfig-6ed0fc9f86c93d5a816419e7d99be85a3c6fed10.tar.zst nvim-lspconfig-6ed0fc9f86c93d5a816419e7d99be85a3c6fed10.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 72e6fa13..88154050 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -8573,7 +8573,7 @@ https://github.com/opa-oz/pug-lsp An implementation of the Language Protocol Server for [Pug.js](http://pugjs.org) -PugLSP can be installed via `go get github.com/opa-oz/pug-lsp`, or manually downloaded from [releases page](https://github.com/opa-oz/pug-lsp/releases) +PugLSP can be installed via `go install github.com/opa-oz/pug-lsp@latest`, or manually downloaded from [releases page](https://github.com/opa-oz/pug-lsp/releases) Snippet to enable the language server: ```lua diff --git a/doc/configs.txt b/doc/configs.txt index 2bb497f6..3750c3e3 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -6268,7 +6268,7 @@ https://github.com/opa-oz/pug-lsp An implementation of the Language Protocol Server for [Pug.js](http://pugjs.org) -PugLSP can be installed via `go get github.com/opa-oz/pug-lsp`, or manually downloaded from [releases page](https://github.com/opa-oz/pug-lsp/releases) +PugLSP can be installed via `go install github.com/opa-oz/pug-lsp@latest`, or manually downloaded from [releases page](https://github.com/opa-oz/pug-lsp/releases) Snippet to enable the language server: >lua vim.lsp.enable('pug') |
