This commit is contained in:
Jamie Curtis 2026-06-04 17:42:48 +00:00 committed by GitHub
commit 5a76fa9b5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,9 @@ return {
keys = { keys = {
{ {
"<localleader>e", "<localleader>e",
"<cmd>HlsEvalAll<cr>", function()
require("haskell-tools").lsp.buf_eval_all()
end,
ft = "haskell", ft = "haskell",
desc = "Evaluate All", desc = "Evaluate All",
}, },