summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b737e4b)
It supports the block comments, mini.comment doesn't.
+ -- comments
+ {
+ "numToStr/Comment.nvim",
+ opts = {
+ toggler = {
+ line = "gcc",
+ block = "gbb",
+ },
+ mappings = {
+ basic = true,
+ extra = true,
+ },
+ },
+ },
+ { "JoosepAlviste/nvim-ts-context-commentstring", enabled = false },
+ { "echasnovski/mini.comment", enabled = false },