Sebastian Flajszer

Results 2 comments of Sebastian Flajszer

Are there any updates on that? I am experiencing a simillar problem and would like to fix it somehow.

Personally I just commented the code responsible for automatic source & re-compile. ```lua local packer_group = vim.api.nvim_create_augroup('Packer', { clear = true }) vim.api.nvim_create_autocmd('BufWritePost', { command = 'source | PackerCompile', group...