Mercurial > dotfiles
comparison dot_config/nvim/plugin/config.vim @ 431:5a296952f248
Recompile Packer after modifying init.lua
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Thu, 12 Aug 2021 14:28:10 +0200 |
parents | 10916f9b1676 |
children |
comparison
equal
deleted
inserted
replaced
430:5d6bfec9cb5a | 431:5a296952f248 |
---|---|
792 endif | 792 endif |
793 | 793 |
794 augroup Chezmoi | 794 augroup Chezmoi |
795 autocmd! | 795 autocmd! |
796 autocmd BufWritePost ~/.local/share/chezmoi/* silent !chezmoi apply --source-path % | 796 autocmd BufWritePost ~/.local/share/chezmoi/* silent !chezmoi apply --source-path % |
797 augroup END | 797 autocmd BufWritePost ~/.local/share/chezmoi/dot_config/nvim/init.lua source <afile> | PackerCompile |
798 augroup END |