we an go cheo jim

This commit is contained in:
2025-11-29 13:08:29 +09:00
parent 9399fde789
commit 185887d20d
3 changed files with 10 additions and 11 deletions

9
after/lsp/hls.lua Normal file
View File

@@ -0,0 +1,9 @@
return {
filetypes = { "haskell", "lhaskell" },
cmd = { "haskell-language-server-wrapper", "--lsp" },
settings = {
haskell = {
formattingProvider = "fourmolu"
}
}
}