mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(haskell): execute all command keymap
This commit is contained in:
parent
c64a61734f
commit
abc62ed283
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