summaryrefslogtreecommitdiff
path: root/pcr/vundle-git/vundle.vimrc
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-19 23:23:32 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-19 23:23:32 +0100
commitac8ffee6f886e9b74b62049444c994d13c0b7939 (patch)
tree05835bc1a66b4383ee6cf7294e58f27c648e9f8b /pcr/vundle-git/vundle.vimrc
parentdc6a196fd9b9e10e81902a863bf57fec9cf315a6 (diff)
downloadabslibre-ac8ffee6f886e9b74b62049444c994d13c0b7939.tar.gz
abslibre-ac8ffee6f886e9b74b62049444c994d13c0b7939.tar.bz2
abslibre-ac8ffee6f886e9b74b62049444c994d13c0b7939.zip
pcr/vundle-git: updated to 0.10.2.605.fef1c2f
Diffstat (limited to 'pcr/vundle-git/vundle.vimrc')
-rw-r--r--pcr/vundle-git/vundle.vimrc29
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/vundle-git/vundle.vimrc b/pcr/vundle-git/vundle.vimrc
deleted file mode 100644
index 0e2e168e8..000000000
--- a/pcr/vundle-git/vundle.vimrc
+++ /dev/null
@@ -1,29 +0,0 @@
-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..