Comment plugin: doc: fix incorrect keybinding

This commit is contained in:
Dmytro Maluka 2024-04-25 01:28:34 +02:00
parent 18f3e1bf89
commit 24406a5ae8

View file

@ -8,7 +8,7 @@ file:
```json
{
"Alt-g": "comment.comment"
"Alt-g": "lua:comment.comment"
}
```