From ba490516e79dcf6e2ed77b58fddd2fb81dcb370c Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 18 Jul 2021 18:00:40 +0800 Subject: [PATCH] Fix fugitive git index related error for packer.nvim --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | PackerCompile + autocmd BufWritePost */nvim/lua/plugins.lua source | PackerCompile augroup END ]], false)