Pheon Dev
Pheon Dev
@folke , can't seem to figure out why issue #142, [here,](https://github.com/folke/noice.nvim/issues/99#issuecomment-1287882485) and this one kind of have some sort of problem something in common. I've been facing the same problem...
Thanks for the explanation, it makes more sense now. I'll try to config my nvim-notify a bit better to avoid receiving unnecessary messages
I haven't tried it out on windows yet but I will definitely look into it
Make sure you are pointing to the right path e.g like shown below: ``` vim.cmd([[ augroup packer_user_config autocmd! autocmd BufWritePost ~/path/to/plugins.lua source | PackerSync augroup END ]]) ```