diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-07 21:47:37 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-07 21:47:37 +0800 |
| commit | 7ecfdda8ff29d6e896b9a0c20cbfd89a6f31d1ab (patch) | |
| tree | d504976ef0c7831269cc6e03962fd9b65c44f2a2 /lua/plugins.lua | |
| parent | 644e8af39f27aaf00910094a9ed07c628ff8986b (diff) | |
Move packer compile autocmd to new place
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 437754e..f602883 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -288,10 +288,3 @@ require('packer').startup( } } }) - -vim.cmd([[ - augroup packer_auto_compile - autocmd! - autocmd BufWritePost */nvim/lua/plugins.lua source <afile> | PackerCompile - augroup END -]]) |
