From 72706eb9323065cdb4152d73926fd680a4c5a9ab Mon Sep 17 00:00:00 2001 From: Johannes Stolp Date: Fri, 1 Jul 2016 17:41:55 +0200 Subject: Removed current plugin handling, added script to install vundle(a vim plugin manager). Adapted vim config files to use vundle. To install new vim plugins, they must be added to .vim/vimrc_files/vundle.vim --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1711a9b..0fffbdd 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,8 @@ - pride : https://github.com/lyxell/pride.vim - scheakur : https://github.com/scheakur/vim-scheakur -- **.vim/available_plugins**: - - bufexplorer : https://github.com/jlanzarotta/bufexplorer - -- **Enabling Plugin** - - first plugin: - # create folder .vim/plugin - # create folder .vim/doc - # link plugin from .vim/available_plugins into .vim/plugin - # link doc from .vim/available_plugins into .vim/doc - - not first plugin (.vim/plugin .vim/doc exist): - # link plugin from .vim/available_plugins into .vim/plugin - # link doc from .vim/available_plugins into .vim/doc - +- **.vim/install_vundle.sh**: + - Installs Vim Bundle package manager - **.bashrc/** - - this files should be sourced from within a .bashrc/.bash_profile file + - this files should be sourced from within a ~/.bashrc ~/.bash_profile file -- cgit v1.2.3