" a stub vimrc for just running vimwiki on an otherwise stock setup set nocompatible set nomodeline let mapleader = "," filetype off set rtp+=~/.vim/bundle/Vundle.vim/ call vundle#begin() " let Vundle manage Vundle - required: Plugin 'VundleVim/Vundle.vim' Plugin 'vimwiki/vimwiki' call vundle#end() filetype plugin on filetype indent on " Turn on syntax syntax on