This commit is contained in:
2025-10-25 14:43:57 +09:00
parent 3e5e0c52cd
commit df2acf298b
2 changed files with 10 additions and 1 deletions

View File

@@ -26,5 +26,15 @@ return {
capabilities = capabilities,
cmd = { vim.fn.stdpath("config") .. "/shell/clangd-direnv.sh" }
})
lspconfig['hls'].setup({
capabilities = capabilities,
cmd = { "haskell-language-server-wrapper" },
settings = {
haskell = {
formattingProvider = "fourmolu"
}
}
})
end,
}