shell/vim: copy bib file from mendeley on save
This commit is contained in:
parent
927c807103
commit
091c720cb8
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ in pkgs.stdenv.mkDerivation {
|
||||||
endfunction
|
endfunction
|
||||||
let g:vimtex_view_zathura_hook_callback = 'ViewerCallback'
|
let g:vimtex_view_zathura_hook_callback = 'ViewerCallback'
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
autocmd BufWritePost * execute ':silent ! cp /home/steveej/src/mendeley/Static-Code-Analysis-Kernel-Memory-Saftey.bib /home/steveej/src/steveej/msc-thesis/src/docs/thesis.bib >/dev/null 2>&1'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vam.knownPlugins = pkgs.vimPlugins;
|
vam.knownPlugins = pkgs.vimPlugins;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue