Add blurb to readme about original author and current contribution status

This commit is contained in:
Caleb Maclennan 2019-12-30 12:33:26 +03:00
parent 24df32304e
commit ec16c09a0b
No known key found for this signature in database
GPG Key ID: 63CC496475267693

View File

@ -157,3 +157,7 @@ Most of the following mappings are for normal/visual mode only. The **|NERDComme
* `[count]<leader>cu` **|NERDCommenterUncomment|** * `[count]<leader>cu` **|NERDCommenterUncomment|**
Uncomments the selected line(s). Uncomments the selected line(s).
## Contributions
This plugin was originally written in 2007 by [Martin Grenfell (@scrooloose)](https://github.com/scrooloose/). Lots of features and many of the supported filetypes have come from [community contributors](https://github.com/preservim/nerdcommenter/graphs/contributors). Since 2016 it has been maintained primarily by [Caleb Maclennan (@alerque)](https://github.com/alerque). Additional file type support, bug fixes, and new feature contributons are all welcome, please send them as Pull Requests on Github. If you can't contribute yourself please also feel free to open issues to report problems or request features.