From 0b7c1e4174320c63604210bdfeb23936f6c8985c Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 16 Mar 2017 15:17:31 +0100 Subject: README.rst: Adding instructions for youcompleteme. --- README.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'README.rst') 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 Arch Linux + +.. |youcompleteme| raw:: html + + YouCompleteMe + +.. |vim-addon-manager| raw:: html + + VAM -- cgit v1.2.3-54-g00ecf