Codewindow affects the packer.nvim lazy load
dhruvinsh opened this issue · 2 comments
dhruvinsh commented
As title says, if I fire the codewindow first and try to to load lazy-loaded plugin for example NvimTree or Neogit it will never works.
Steps to reproduce:
- lazy load some plugin
- fire codewindow (<leader> m m)
- try to open lazy load plugin (for example :NvimTreeToggle) will end in error,
E492: Not an editor command: NvimTreeToggle
gorbit99 commented
That's strange, I'll check it out, thanks for the report
gorbit99 commented
Just saw, that I was accidentally clearing all groupless autocommands, check, if the problem still occurs