From 8a821aab1f810eb73732cf26060a5ba6b0c7e996 Mon Sep 17 00:00:00 2001 From: 4ur3l13n Date: Sun, 8 Nov 2015 15:23:56 +0100 Subject: vundle-git plugin manager for vim --- pcr/vundle-git/vundle.vimrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pcr/vundle-git/vundle.vimrc (limited to 'pcr/vundle-git/vundle.vimrc') diff --git a/pcr/vundle-git/vundle.vimrc b/pcr/vundle-git/vundle.vimrc new file mode 100644 index 000000000..0e2e168e8 --- /dev/null +++ b/pcr/vundle-git/vundle.vimrc @@ -0,0 +1,29 @@ +set nocompatible " be iMproved +filetype off " required! + +call vundle#rc() + +" My Bundles here: +" +" original repos on github +" Bundle 'tpope/vim-fugitive' +" Bundle 'Lokaltog/vim-easymotion' +" Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} +" Bundle 'tpope/vim-rails.git' +" vim-scripts repos +" Bundle 'L9' +" Bundle 'FuzzyFinder' +" non github repos +" Bundle 'git://git.wincent.com/command-t.git' +" ... + +filetype plugin indent on " required! +" +" Brief help +" :BundleList - list configured bundles +" :BundleInstall(!) - install(update) bundles +" :BundleSearch(!) foo - search(or refresh cache first) for foo +" :BundleClean(!) - confirm(or auto-approve) removal of unused bundles +" +" see :h vundle for more details or wiki for FAQ +" NOTE: comments after Bundle command are not allowed.. -- cgit v1.2.3-2-g168b