tpope / vim-commentary

commentary.vim: comment stuff out
http://www.vim.org/scripts/script.php?script_id=3695
5.9k stars 214 forks source link

Important part of programs functionarlity not mentioned in README.md #170

Closed ghost closed 10 months ago

ghost commented 10 months ago

This is a great plugin, and the high amount of support is clearly deserved. However, even though the read me discusses how to address edge cases (how to address the apache filetype), this plugin only left C-style comments until I added this to my .vimrc file:

filetype on filetype plugin on

Then, comment styles for bash and html automatically worked. It's just an issue of installation ease, and should probably be added to that section in whatever wording is suitable.