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

View File

@@ -26,15 +26,6 @@ return {
cmd = { vim.fn.stdpath("config") .. "/shell/clangd-direnv.sh" }
})
vim.lsp.config("hls", {
capabilities = capabilities,
filetypes = { 'haskell', 'lhaskell' },
cmd = { "haskell-language-server-wrapper", "--lsp" },
settings = {
haskell = {
formattingProvider = "fourmolu"
}
}
})
vim.lsp.enable("hls")
end,
}