dotfiles/vim/ftplugin/vimwiki.vim
Blake Ridgway 091e5808a7 (refactor): Cleaned up dotfils folder
Moved everything from a nested folder to just the top level of the repo
2022-09-18 12:29:20 -05:00

5 lines
219 B
VimL
Executable file

" augroup vimwiki
" au! BufRead ~/vimwiki/index.wiki !git pull
" au! BufRead ~/vimwiki/diary/diary.wiki !git pull
" au! BufWritePost ~/vimwiki/* !git add --all;git commit -m "Auto commit + push.";git push
" augroup END