aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-03-16 15:17:31 +0100
committerDavid Runge <dave@sleepmap.de>2017-03-16 15:17:31 +0100
commit0b7c1e4174320c63604210bdfeb23936f6c8985c (patch)
tree658fd24d53e8ae04ae694fa8e7945a1f3da6c9a0 /README.rst
parente3a66ec6b61aab0d10cddd46568b3b0a300b06e4 (diff)
downloaddotfiles-0b7c1e4174320c63604210bdfeb23936f6c8985c.tar.gz
dotfiles-0b7c1e4174320c63604210bdfeb23936f6c8985c.tar.bz2
dotfiles-0b7c1e4174320c63604210bdfeb23936f6c8985c.tar.xz
dotfiles-0b7c1e4174320c63604210bdfeb23936f6c8985c.zip
README.rst: Adding instructions for youcompleteme.
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>