mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
Merge abc62ed283 into 459a4c3b10
This commit is contained in:
commit
5a76fa9b5a
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,9 @@ return {
|
|||
keys = {
|
||||
{
|
||||
"<localleader>e",
|
||||
"<cmd>HlsEvalAll<cr>",
|
||||
function()
|
||||
require("haskell-tools").lsp.buf_eval_all()
|
||||
end,
|
||||
ft = "haskell",
|
||||
desc = "Evaluate All",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue