Skip to content

Commit

Permalink
fix: bad comment keymaps (#488)
Browse files Browse the repository at this point in the history
Co-authored-by: raf <[email protected]>
  • Loading branch information
horriblename and NotAShelf authored Dec 6, 2024
1 parent e798d5a commit f672d3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/plugins/comments/comment-nvim/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ in {
or '<Plug>(comment_toggle_linewise_count)'
end
'' {
lua = true;
expr = true;
desc = mappings.toggleCurrentLine.description;
})
Expand All @@ -33,6 +34,7 @@ in {
or '<Plug>(comment_toggle_blockwise_count)'
end
'' {
lua = true;
expr = true;
desc = mappings.toggleCurrentBlock.description;
})
Expand Down

0 comments on commit f672d3c

Please sign in to comment.