Files
dotfiles/.config
Julian Prein 626ba1c345 vim:plugs: Add vim-textobj-comment
> This Vim plugin provides text objects for comments.
>
> `ac` selects a comment including the comment delimiters and `ic`
> selects just the comment content. (There's also a third text object,
> `aC`, which selects a comment including trailing or leading
> whitespace.) These mappings are available in Visual and
> Operator-pending mode.
>
> This plugin uses the `comments` and `commentstring` settings to
> determine what a comment looks like for a given filetype. It works
> with both `/* paired */` and `// simple` comment delimiters.
>
> This plugin depends on the textobj-user plugin.
2022-06-23 23:58:40 +02:00
..
2020-12-28 03:09:02 +01:00
2022-06-23 23:58:37 +02:00
2020-12-18 23:34:10 +01:00
2020-11-23 01:36:55 +01:00
2022-06-23 23:56:49 +02:00
2022-06-23 23:58:40 +02:00
2021-10-05 12:01:46 +02:00