aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/pug.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/pug.lua')
-rw-r--r--lsp/pug.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/pug.lua b/lsp/pug.lua
index 8b8910de..1c4aad6f 100644
--- a/lsp/pug.lua
+++ b/lsp/pug.lua
@@ -5,6 +5,7 @@
--- An implementation of the Language Protocol Server for [Pug.js](http://pugjs.org)
---
--- 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)
+---@type vim.lsp.Config
return {
cmd = { 'pug-lsp' },
filetypes = { 'pug' },