Files
dotfiles/.config/vim/pack/plugins/start
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
..
2022-01-27 10:47:24 +01:00
2021-07-16 14:52:30 +02:00
2020-12-23 19:26:05 +01:00
2020-12-23 19:26:05 +01:00
2021-05-22 19:05:08 +02:00
2021-01-04 16:28:56 +01:00
2022-06-23 23:56:46 +02:00