Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
alex.tylor committed Jun 2, 2021
1 parent 81e4026 commit ab437e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# nvim-comment

Toggle comments in Neovim, using built in **commentstring** filetype option; written in Lua.
Without a doubt this plugin **is not required** and is a rip off of [TPope's Commentary](https://github.com/tpope/vim-commentary)! What makes this plugin stand out over the numerous other comment plugins written in Lua are:
Without a doubt this plugin **is not required** and is a rip off of [TPope's Commentary](https://github.com/tpope/vim-commentary) with less features! What makes this plugin stand out over the numerous other comment plugins written in Lua are:

* Doesn't require nightly build (works on NeoVim 0.4.x)
* Comments each line, rather than adds block comments; making it easier to toggle code when debugging
Expand Down

0 comments on commit ab437e4

Please sign in to comment.