From: Sergey Matveev Date: Wed, 27 May 2020 10:33:15 +0000 (+0300) Subject: Trivial installation instructions X-Git-Url: http://www.git.stargrave.org/?p=codecomm.git;a=commitdiff_plain;h=30dd4ab031c786602172a195c70b09a2149cee75 Trivial installation instructions --- 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.