Moved Vimwiki back to dropbox
This commit is contained in:
parent
d8cefcb43f
commit
5783677ad8
@ -12,8 +12,10 @@ set hlsearch
|
|||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set nobackup
|
set nobackup
|
||||||
|
colorscheme delek
|
||||||
syntax on
|
syntax on
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
filetype indent off
|
||||||
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
|
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
|
||||||
au BufRead *.html set filetype=htmlm4
|
au BufRead *.html set filetype=htmlm4
|
||||||
au BufRead *.md set filetype=markdown
|
au BufRead *.md set filetype=markdown
|
||||||
@ -34,7 +36,7 @@ let g:ctrlp_custom_ignore = {
|
|||||||
\ }
|
\ }
|
||||||
|
|
||||||
" Vimwiki {{
|
" 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>
|
nnoremap <Leader>wb :Vimwiki2HTMLBrowse<CR><CR>
|
||||||
" }}
|
" }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user