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.
This commit is contained in:
1
.config/vim/pack/plugins/opt/vim-textobj-comment
Submodule
1
.config/vim/pack/plugins/opt/vim-textobj-comment
Submodule
Submodule .config/vim/pack/plugins/opt/vim-textobj-comment added at 58ae4571b7
1
.config/vim/pack/plugins/start/vim-textobj-comment
Symbolic link
1
.config/vim/pack/plugins/start/vim-textobj-comment
Symbolic link
@@ -0,0 +1 @@
|
||||
../opt/vim-textobj-comment/
|
||||
Reference in New Issue
Block a user