Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
371 B

" 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