Replies: 1 comment 3 replies
-
The (Also sorry for the delay in responding; I've been away (#562)) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if you can do this but can I load a plugin after a lazy loaded plugin? For example, I have configured treesitter to load on BufRead and when I try to use nvim-ts-autotag, it says
module 'nvim-treesitter.configs' not found
. So is there a way I can load autotag after treesitter loads? I have tried using after = 'nvim-treesitter' but I still get the same error.Beta Was this translation helpful? Give feedback.
All reactions