new vimrc

This commit is contained in:
Tyler Perkins 2021-09-22 15:23:46 -04:00
parent da39fa5322
commit 670b49231e

View File

@ -166,6 +166,7 @@ function! Compile()
endif
endfunction
let g:vimwiki_list = [{'path': '$HOME/vimwiki', 'template_path': '$HOME/vimwiki/templates/', 'template_default': 'default', 'template_ext': '.php'}]
noremap <leader>p :call Preview()<CR><CR><CR>
noremap <leader>q :call Compile()<CR><CR>