From 30dd4ab031c786602172a195c70b09a2149cee75 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 27 May 2020 13:33:15 +0300 Subject: [PATCH] Trivial installation instructions --- INSTALL | 10 ++++++++++ README | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 INSTALL create mode 100644 README diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..a903fbe --- /dev/null +++ b/INSTALL @@ -0,0 +1,10 @@ + $ mkdir -p ~/.vim/pack/codecomm/opt + $ cd ~/.vim/pack/codecomm/opt + $ git clone git://git.stargrave.org/codecomm.git + $ vim -u NONE -c "helptags codecomm/doc" -c quit + +You can also use https://git.stargrave.org/git/codecomm.git Git URL. + +This example installs codecomm as an optionally loaded plugin, so you +have to ":packadd codecomm" for enabling it. Use "start" instead of +"opt" directory to load it automatically. diff --git a/README b/README new file mode 100644 index 0000000..dbb879e --- /dev/null +++ b/README @@ -0,0 +1,2 @@ +Code commenting helper Vim plugin. +See doc/codecomm.txt for more information. -- 2.44.0