Skip to content

Surround types with backticks #58

@numToStr

Description

@numToStr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions