added haskell language server

This commit is contained in:
Philipp Hochkamp 2023-04-28 12:22:12 +02:00
parent b0d67cc741
commit 7cdd07a9ae
3 changed files with 14 additions and 11 deletions

View file

@ -86,6 +86,8 @@ lspconfig.sumneko_lua.setup {
}
}
}
-- haskell
lspconfig.hls.setup { capabilities = capabilities, on_attach = on_lsp_attach }