From 47db8915127460095b0465622faa2781e70654ac Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 3 Nov 2022 13:12:26 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1d3ea99..f50ede0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # NVim QuickComment +Quickly comment lines in a file with a single command. + +## Installation + +Create the directory structure `${HOME}/.config/nvim/pack/plugins/start/` and +place `nvim-quickcomment/` in `start/`, or use a plugin manager. + ## Usage Add the following to your init.lua (replace "q" with the key you want to map to):