we an go cheo jim
This commit is contained in:
9
after/lsp/hls.lua
Normal file
9
after/lsp/hls.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
filetypes = { "haskell", "lhaskell" },
|
||||
cmd = { "haskell-language-server-wrapper", "--lsp" },
|
||||
settings = {
|
||||
haskell = {
|
||||
formattingProvider = "fourmolu"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user