mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Move packer compile autocmd to new place
This commit is contained in:
@@ -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
|
||||
]])
|
||||
|
||||
Reference in New Issue
Block a user