diff options
| -rw-r--r-- | lsp/pug.lua | 2 | ||||
| -rw-r--r-- | lua/lspconfig/configs/pug.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lsp/pug.lua b/lsp/pug.lua index 03503226..8b8910de 100644 --- a/lsp/pug.lua +++ b/lsp/pug.lua @@ -4,7 +4,7 @@ --- --- 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) return { cmd = { 'pug-lsp' }, filetypes = { 'pug' }, 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) ]], }, } |
