summaryrefslogtreecommitdiffstats
path: root/plugins.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugins.vim')
-rw-r--r--plugins.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim
new file mode 100644
index 0000000..ee5a14a
--- /dev/null
+++ b/plugins.vim
@@ -0,0 +1,13 @@
+set nocompatible
+filetype off
+set rtp+=~/.vim/bundle/Vundle.vim
+
+call vundle#begin()
+
+Plugin 'VundleVim/Vundle.vim'
+Plugin 'scrooloose/nerdtree'
+
+call vundle#end()
+
+filetype plugin indent on
+