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; })