add haskell-language-server to neovim configuration
This commit is contained in:
parent
06474f84cd
commit
d35ba019c6
|
@ -82,3 +82,7 @@ require("lspconfig").cssls.setup({
|
|||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
})
|
||||
|
||||
require('lspconfig')['hls'].setup{
|
||||
filetypes = { 'haskell', 'lhaskell', 'cabal' },
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue