mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-12-28 05:32:23 +00:00
fix: bad comment keymaps (#488)
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Check for typos in the source tree / check-typos (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Check for typos in the source tree / check-typos (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
e798d5a226
commit
f672d3cdee
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ in {
|
||||||
or '<Plug>(comment_toggle_linewise_count)'
|
or '<Plug>(comment_toggle_linewise_count)'
|
||||||
end
|
end
|
||||||
'' {
|
'' {
|
||||||
|
lua = true;
|
||||||
expr = true;
|
expr = true;
|
||||||
desc = mappings.toggleCurrentLine.description;
|
desc = mappings.toggleCurrentLine.description;
|
||||||
})
|
})
|
||||||
|
@ -33,6 +34,7 @@ in {
|
||||||
or '<Plug>(comment_toggle_blockwise_count)'
|
or '<Plug>(comment_toggle_blockwise_count)'
|
||||||
end
|
end
|
||||||
'' {
|
'' {
|
||||||
|
lua = true;
|
||||||
expr = true;
|
expr = true;
|
||||||
desc = mappings.toggleCurrentBlock.description;
|
desc = mappings.toggleCurrentBlock.description;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue