From f672d3cdee3617ad1321808f51929b2d2dbb5133 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:57:33 +0100 Subject: [PATCH] fix: bad comment keymaps (#488) Co-authored-by: raf --- modules/plugins/comments/comment-nvim/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/plugins/comments/comment-nvim/config.nix b/modules/plugins/comments/comment-nvim/config.nix index 4c18f7e..9a8e56d 100644 --- a/modules/plugins/comments/comment-nvim/config.nix +++ b/modules/plugins/comments/comment-nvim/config.nix @@ -24,6 +24,7 @@ in { or '(comment_toggle_linewise_count)' end '' { + lua = true; expr = true; desc = mappings.toggleCurrentLine.description; }) @@ -33,6 +34,7 @@ in { or '(comment_toggle_blockwise_count)' end '' { + lua = true; expr = true; desc = mappings.toggleCurrentBlock.description; })