diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-18 18:00:40 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-18 18:00:40 +0800 |
| commit | ba490516e79dcf6e2ed77b58fddd2fb81dcb370c (patch) | |
| tree | 514b949c80a49d9900159544c21c2d47bac36eaa /lua/plugins.lua | |
| parent | 6ed7a50ac844f25fd80e7601b877b532d217fd68 (diff) | |
Fix fugitive git index related error for packer.nvim
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 803ae69..0b6f544 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -291,6 +291,6 @@ require('packer').startup( vim.api.nvim_exec([[ augroup packer_auto_compile autocmd! - autocmd BufWritePost */lua/plugins.lua source <afile> | PackerCompile + autocmd BufWritePost */nvim/lua/plugins.lua source <afile> | PackerCompile augroup END ]], false) |
