haskell support

This commit is contained in:
christianchiarulli 2021-08-01 15:45:49 -04:00
parent 0e05f05e9d
commit 8e26c44ffd
2 changed files with 17 additions and 0 deletions

View file

@ -498,6 +498,22 @@ lvim.lang = {
},
},
},
haskell = {
formatters = { {
exe = "",
args = {},
} },
linters = {},
lsp = {
provider = "hls",
setup = {
cmd = {DATA_PATH .. "/lspinstall/haskell/haskell-language-server-wrapper", "--lsp" },
on_attach = common_on_attach,
on_init = common_on_init,
capabilities = common_capabilities,
},
},
},
html = {
formatters = {
{