summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc21
1 files changed, 21 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 06285cc..a402d4f 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -1,3 +1,24 @@
+
+" Vundle stuff ----------------------------------------------
+set nocompatible
+filetype plugin off
+set rtp+=~/.vim/bundle/Vundle.vim
+call vundle#begin()
+
+" let Vundle manage Vundle, required
+Plugin 'VundleVim/Vundle.vim'
+
+" Post to Wordpress using MarkDown
+Plugin 'ekaitz-zarraga/droWMark'
+
+" Add plugins here
+
+call vundle#end() " required
+" / Vundle stuff end ----------------------------------------
+
+
+
+
" Different config for each filetype
filetype plugin on