aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/server.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-07-04 22:45:26 +0200
committerGitHub <noreply@github.com>2021-07-04 22:45:26 +0200
commitd0e0f6812c8f0689315212406e5433eb70b9639a (patch)
tree4d674419fdc485889b3cb1139ed3b80e8155e662 /lua/nvim-lsp-installer/server.lua
parentadd fortls (fortan) (#32) (diff)
downloadmason-d0e0f6812c8f0689315212406e5433eb70b9639a.tar
mason-d0e0f6812c8f0689315212406e5433eb70b9639a.tar.gz
mason-d0e0f6812c8f0689315212406e5433eb70b9639a.tar.bz2
mason-d0e0f6812c8f0689315212406e5433eb70b9639a.tar.lz
mason-d0e0f6812c8f0689315212406e5433eb70b9639a.tar.xz
mason-d0e0f6812c8f0689315212406e5433eb70b9639a.tar.zst
mason-d0e0f6812c8f0689315212406e5433eb70b9639a.zip
add hls (haskell) (#33)
Diffstat (limited to 'lua/nvim-lsp-installer/server.lua')
-rw-r--r--lua/nvim-lsp-installer/server.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/server.lua b/lua/nvim-lsp-installer/server.lua
index 8625e2bb..f907f99c 100644
--- a/lua/nvim-lsp-installer/server.lua
+++ b/lua/nvim-lsp-installer/server.lua
@@ -19,6 +19,7 @@ local _SERVERS = {
"fortls",
"gopls",
"graphql",
+ "hls",
"html",
"jsonls",
"omnisharp",