aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-06-24 13:47:22 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-06-24 13:47:22 +0000
commit6ed0fc9f86c93d5a816419e7d99be85a3c6fed10 (patch)
treeeaf6c5c7a8e24ac7d2c86dded8b9bef4aa3de785 /doc
parentdocs: correct install command for pug lsp #3926 (diff)
downloadnvim-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.md2
-rw-r--r--doc/configs.txt2
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')