aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 4a49dc5..0416e43 100644
--- a/README.rst
+++ b/README.rst
@@ -35,6 +35,20 @@ If the $HOME is that of a new user, one can simple init an empty repository and
git fetch
git checkout -t origin/master
+vim
+***
+|vim-addon-manager| will install all activated plugins.
+While many need customization (which is done in .vimrc), |youcompleteme| needs compilation:
+
+ .. code:: bash
+
+ cd ~/.vim/vim-addons/github-Valloric-YouCompleteMe.git/
+ git clean -f
+ git pull
+ git submodule update --recursive --init
+ ./install.py --all
+
+
Customization
-------------
The git configuration in *.config/git/config* comes with no **[user]** fields set.
@@ -75,3 +89,11 @@ Those can be added in a separate *.gitconfig* file, e.g.:
.. |arch_linux| raw:: html
<a href="https://archlinux.org/" target="_blank">Arch Linux</a>
+
+.. |youcompleteme| raw:: html
+
+ <a href="https://github.com/Valloric/YouCompleteMe" target="_blank">YouCompleteMe</a>
+
+.. |vim-addon-manager| raw:: html
+
+ <a href="https://github.com/MarcWeber/vim-addon-manager" target="_blank">VAM</a>