aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2018-01-30 04:07:23 -0500
committertdro <tdro@users.noreply.github.com>2018-01-30 04:07:23 -0500
commit119b05cd9412632981c2e5c9fd19435a5fca9931 (patch)
treed58359c8feb940266d6ef901ae9a310a5a66a889 /.vim
parentd6e490db4fd75dfba2ca2b9fcfe6373194254b2d (diff)
downloaddotfiles-119b05cd9412632981c2e5c9fd19435a5fca9931.tar.gz
dotfiles-119b05cd9412632981c2e5c9fd19435a5fca9931.tar.bz2
dotfiles-119b05cd9412632981c2e5c9fd19435a5fca9931.zip
dotfiles: update: add vim
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim14
1 files changed, 14 insertions, 0 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
new file mode 100644
index 0000000..d197731
--- /dev/null
+++ b/.vim/plugins.vim
@@ -0,0 +1,14 @@
+filetype off " required
+
+" Set the runtime path to include Vundle and initialize
+set rtp+=~/.vim/bundle/Vundle.vim
+call vundle#begin()
+
+Plugin 'VundleVim/Vundle.vim'
+Plugin 'tpope/vim-vinegar'
+Plugin 'ctrlpvim/ctrlp.vim'
+"Plugin 'scrooloose/nerdtree'
+
+" All of your Plugins must be added before the following line
+call vundle#end() " required
+filetype plugin indent on " required