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
This will highlight all the types, without taking space of two characters as neovim will hide that via treesitter conceal.
Currently
CommentConfig *comment.config.CommentConfig*
Plugin's configuration
Fields: ~{padding} (boolean|fun():boolean) Controls space between the comment
and the line (default: 'true')
{sticky} (boolean) Whether cursor should stay at the
Proposed
CommentConfig *comment.config.CommentConfig*
Plugin's configuration
Fields: ~{padding}`(boolean|fun():boolean)` Controls space between the comment
and the line (default: 'true')
{sticky}`(boolean)` Whether cursor should stay at the
The text was updated successfully, but these errors were encountered:
This will highlight all the types, without taking space of two characters as neovim will hide that via treesitter conceal.
The text was updated successfully, but these errors were encountered: