vim-context-commentstring
vim-context-commentstring copied to clipboard
Vim plugin that sets the value of ‘commentstring’ to a different value depending on the region of the file you are in.
This is actually a change in behavior as you might want to use `
I use vim-coc and looks like it sets filetype typescriptreact for tsx files. Anyways I'm keeping previous functionality just in case somebody used it. For my current setup the implementation...
I'm wondering if this plugin could also support the VIM `'comments'` option? My usecase is: I work with HTML files containing script and style tags. `vim-context-commentstring` allows me to use...
Thought I would bring this up, since a PHP file can have php, html, and anything that an HTML file can have. In case you are not familiar with PHP,...
Many markdown implementations allow for a leading yaml configuration block like so: ``` --- title: "My title" date: 2023-12-29 --- ## Heading Some markdown text ``` With the vim commentary...
I'm using `vim-commentary` and just installed this plugin to try to get [JSX/TSX commenting working correctly](https://vi.stackexchange.com/questions/18372/how-to-add-javascript-and-jsx-comments-in-the-same-js-file). It seems like this plugin is working fine from the output of `echo g:context#commentstring#table`:...