From 6eab524ed7136930687a70f38ec162a3ad3305eb Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Thu, 5 Dec 2024 14:43:14 +0100 Subject: [PATCH] fix: bad comment keymaps --- 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 4c18f7e9..9a8e56d5 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; })