From 6b9897acf545466cb7566074b0f0ffada9a12416 Mon Sep 17 00:00:00 2001 From: G'lek Tarssza Date: Tue, 24 Jun 2025 07:47:11 -0600 Subject: docs: correct install command for pug lsp #3926 Problem: Installing the pug lsp using the suggested method (`go get github.com/opa-oz/pug-lsp`) does not work in the latest versions of `go` and instead produces a message the "'go get' is no longer supported outside a module". Solution: Change the install command for the pug lsp to the correct command which is `go install github.com/opa-oz/pug-lsp@latest`. --- lua/lspconfig/configs/pug.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/lspconfig/configs/pug.lua b/lua/lspconfig/configs/pug.lua index f4a04895..65081a0b 100644 --- a/lua/lspconfig/configs/pug.lua +++ b/lua/lspconfig/configs/pug.lua @@ -12,7 +12,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) ]], }, } -- cgit v1.2.3-70-g09d2