aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/zls
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/servers/zls')
-rw-r--r--lua/nvim-lsp-installer/servers/zls/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/servers/zls/init.lua b/lua/nvim-lsp-installer/servers/zls/init.lua
index 53aa5a1e..8e1f8934 100644
--- a/lua/nvim-lsp-installer/servers/zls/init.lua
+++ b/lua/nvim-lsp-installer/servers/zls/init.lua
@@ -21,6 +21,7 @@ return function(name, root_dir)
name = name,
root_dir = root_dir,
homepage = "https://github.com/zigtools/zls",
+ languages = { "zig" },
installer = {
context.use_github_release_file("zigtools/zls", archive_name and ("%s.tar.xz"):format(archive_name)),
context.capture(function(ctx)