Skip to content

Commit 3c69bab

Browse files
committed
chore: update readme
1 parent bdf9ca6 commit 3c69bab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
- Supports treesitter. [Read more](#treesitter)
99
- Supports `commentstring`. [Read more](#commentstring)
10-
- Prefers single-line/linewise comments
1110
- Supports line (`//`) and block (`/* */`) comments
1211
- Dot (`.`) repeat support for `gcc`, `gbc` and friends
1312
- Count support for `[count]gcc` and `[count]gbc`
@@ -44,6 +43,8 @@ lua require('Comment').setup()
4443

4544
First you need to call the `setup()` method to create the default mappings.
4645

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+
4748
- Lua
4849

4950
```lua
@@ -294,7 +295,7 @@ There are two hook methods i.e `pre_hook` and `post_hook` which are called befor
294295
else
295296
-- do something with lines range
296297
end
297-
end
298+
end,
298299
}
299300
```
300301

0 commit comments

Comments
 (0)