You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Supports line (`//`) and block (`/* */`) comments
12
11
- Dot (`.`) repeat support for `gcc`, `gbc` and friends
13
12
- Count support for `[count]gcc` and `[count]gbc`
@@ -44,6 +43,8 @@ lua require('Comment').setup()
44
43
45
44
First you need to call the `setup()` method to create the default mappings.
46
45
46
+
> NOTE: If you are facing **Keybindings are mapped but they are not working** issue then please try [this](https://github.com/numToStr/Comment.nvim/issues/115#issuecomment-1032290098)
47
+
47
48
- Lua
48
49
49
50
```lua
@@ -294,7 +295,7 @@ There are two hook methods i.e `pre_hook` and `post_hook` which are called befor
0 commit comments