Moved Vimwiki back to dropbox

This commit is contained in:
Brian Buller 2015-03-31 07:44:40 -05:00
parent d8cefcb43f
commit 5783677ad8
1 changed files with 3 additions and 1 deletions

View File

@ -12,8 +12,10 @@ set hlsearch
set backspace=indent,eol,start
set nocompatible
set nobackup
colorscheme delek
syntax on
filetype plugin on
filetype indent off
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
au BufRead *.html set filetype=htmlm4
au BufRead *.md set filetype=markdown
@ -34,7 +36,7 @@ let g:ctrlp_custom_ignore = {
\ }
" Vimwiki {{
let g:vimwiki_list = [{'path': '~/.vim/vimwiki/vimwiki', 'path_html': '~/.vim/vimwiki/vimwiki_html/', 'auto_export':'1'}]
let g:vimwiki_list = [{'path': '~/Dropbox/Documents/vimwiki/vimwiki', 'path_html': '~/Dropbox/Documents/vimwiki/vimwiki_html/', 'auto_export':'1'}]
nnoremap <Leader>wb :Vimwiki2HTMLBrowse<CR><CR>
" }}