numToStr
numToStr
This, I believe, is also supported by vimdoc grammar https://github.com/neovim/tree-sitter-vimdoc/blob/61c75058299f3d1cf565697e4073d7b2cc6a6d6c/grammar.js#L146.
This will highlight all the types, without taking space of two characters as neovim will hide that via treesitter conceal. - Currently ```help CommentConfig *comment.config.CommentConfig* Plugin's configuration Fields: ~ {padding}...
### Problem Currently, both `nvim_buf_set_lines` and `nvim_buf_set_text` destroys marks (`:h mark-motions`) between the `{starting}` and `{ending}` index. Fortunately, there is a `lockmarks` command but not having a callback signature makes...