vim-better-comments
vim-better-comments copied to clipboard
Easily highlight human-friendly comments in your code!
If the plugin is installed and :FZF the plugin throws 2 errors: `pattern uses more memory than 'maxmempattern'` Removing the plugin also removes the error.
The example code is ```python if str == "": do something ``` With this plugin, everything after `""` will also be highlighted.
Hello, I think this question may sound strange since I am new to vim, but I was able to customize this system that I used in sublime text and vs...
> In such cases, you can overcome the mismatch providing a dictionary of aliases: > >`let g:bettercomments_language_aliases = { 'javascript': 'js' }` I am new to vim and trying to...
After installing this plugin, I noticed it disables syntax highlighting in certain filetypes. I've only noticed this with PHP so far but I assume there could be other languages that...
Hi! As you asked me I'm writing this here. Terminal: urxvt Vim version: 8.1.26 (just updated) Colorscheme: Gruvbox Dark Example code: `/** * Test method * * Important info is...
First of all, THANKS! I'm coming from VSCode, where I used this plugin and it's awesome to see this plugin in Vim as well! But I cannot find how to...