Fixed autocommand for packer
This commit is contained in:
parent
61a052b960
commit
86b8b65c99
@ -1,7 +1,7 @@
|
||||
vim.cmd([[
|
||||
augroup packer_user_config
|
||||
autocmd!
|
||||
autocmd BufWritePost plugins.lua source <afile> | PackerCompile
|
||||
autocmd BufWritePost my_plugins.lua source <afile> | PackerCompile
|
||||
augroup end
|
||||
]])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user