mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Fix fugitive git index related error for packer.nvim
This commit is contained in:
parent
6ed7a50ac8
commit
ba490516e7
@ -291,6 +291,6 @@ require('packer').startup(
|
|||||||
vim.api.nvim_exec([[
|
vim.api.nvim_exec([[
|
||||||
augroup packer_auto_compile
|
augroup packer_auto_compile
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd BufWritePost */lua/plugins.lua source <afile> | PackerCompile
|
autocmd BufWritePost */nvim/lua/plugins.lua source <afile> | PackerCompile
|
||||||
augroup END
|
augroup END
|
||||||
]], false)
|
]], false)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user