(refactor): Cleaned up dotfils folder
Moved everything from a nested folder to just the top level of the repo
This commit is contained in:
5
vim/ftplugin/vimwiki.vim
Executable file
5
vim/ftplugin/vimwiki.vim
Executable file
@@ -0,0 +1,5 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user