add haskell-language-server to neovim configuration

This commit is contained in:
Sakooooo 2023-07-23 16:02:20 +03:00
parent 06474f84cd
commit d35ba019c6
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -82,3 +82,7 @@ require("lspconfig").cssls.setup({
on_attach = on_attach,
capabilities = capabilities,
})
require('lspconfig')['hls'].setup{
filetypes = { 'haskell', 'lhaskell', 'cabal' },
}