- Notifications
You must be signed in to change notification settings - Fork14
suy/vim-context-commentstring
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a very simple plugin to automatically set the 'commentstring' and'comments' Vim options in file types which contain more than one syntax (likeJavaScript nested inside HTML, or Lua nested in VimL).
It uses the names of the syntax highlighting groups to know where the cursor is,and just set the value of those Vim settings to one appropriate for that part ofthe file.
This will make Vim properly use the features, which by default are just fixedvalues which are set by file type. This allows to use a plugin likeTim Pope’s vim-commentary to toggle thecomments, or the native Vim functionality of wrapping text when you are typinga lines of comments.
See the documentation in the doc/context-commentstring.txt file, or browse itonline from the hosted source code in:
About
Vim plugin that sets the value of ‘commentstring’ to a different value depending on the region of the file you are in.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors4
Uh oh!
There was an error while loading.Please reload this page.
