diff options
author | Lukas Tobler <luk4s.tobler@gmail.com> | 2017-09-11 23:58:21 +0200 |
---|---|---|
committer | Lukas Tobler <luk4s.tobler@gmail.com> | 2017-09-11 23:58:21 +0200 |
commit | 7ea217592d678d559210138f4c3dbb19640831fe (patch) | |
tree | 46d93e9eb856f0a66ee72f06b36385ce4f3bf664 | |
parent | 485a7dee9f8478f1f5bcef6896af02dc8d4969c6 (diff) | |
download | vis-commentary-7ea217592d678d559210138f4c3dbb19640831fe.tar.gz |
Add usage to README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,3 +8,9 @@ | `gc` | Toggle comment of the current selection in VISUAL mode. | Should you find bugs or unsupported languages, please report them. + +### Usage +Add this to your `visrc.lua`: +``` +require("vis-commentary") +``` |