summaryrefslogtreecommitdiff
path: root/vim/bundle/README
diff options
context:
space:
mode:
Diffstat (limited to 'vim/bundle/README')
-rw-r--r--vim/bundle/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/vim/bundle/README b/vim/bundle/README
new file mode 100644
index 0000000..118dc06
--- /dev/null
+++ b/vim/bundle/README
@@ -0,0 +1,30 @@
+###############################################################################
+# VUNDLE ######################################################################
+###############################################################################
+https://github.com/VundleVim/Vundle.vim#quick-start
+
+git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
+
+* It should be enough with my vimrc in place
+* then :PluginInstall in vim buffer
+
+###############################################################################
+# COLOR CODED #################################################################
+###############################################################################
+https://github.com/jeaye/color_coded#all
+
+cd ~/.vim/bundle/color_coded
+mkdir build && cd build
+cmake ..
+make && make install # Compiling with GCC is preferred, ironically
+# Clang works on OS X, but has mixed success on Linux and the BSDs
+
+# Cleanup afterward; frees several hundred megabytes
+make clean && make clean_clang
+
+###############################################################################
+# YOU COMPLETE ME #############################################################
+###############################################################################
+https://github.com/Valloric/YouCompleteMe#fedora-linux-x64-installation
+
+cd ~/.vim/bundle/YouCompleteMe && ./install.py --clang-completer