aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/glslls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/glslls.lua')
-rw-r--r--lsp/glslls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/glslls.lua b/lsp/glslls.lua
index 1c301010..ef2fbcbf 100644
--- a/lsp/glslls.lua
+++ b/lsp/glslls.lua
@@ -6,6 +6,7 @@
---
--- `glslls` can be compiled and installed manually, or, if your distribution has access to the AUR,
--- via the `glsl-language-server` AUR package
+---@type vim.lsp.Config
return {
cmd = { 'glslls', '--stdin' },
filetypes = { 'glsl', 'vert', 'tesc', 'tese', 'frag', 'geom', 'comp' },