mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-23 21:11:05 +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 = {
|
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",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue