Replies: 1 comment 1 reply
-
Sorry for the bump @folke |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Normally I want nvim-cmp to be lazy-loaded on
InsertEnter
.For
markdown
filetypes, I wantnvim-cmp
to be loaded before gaoDean/autolist.nvim is loaded (due to conflicting<Tab>
mappings which require a specific plugin loading order).How can I achieve this? We've tried to get this to work in gaoDean/autolist.nvim#56 as well.
I'm currently using the event
InsertEnter *.md
forautolist.nvim
withnvim-cmp
as a dependency, which works as intended, unless I enter insert mode too quickly after startup before the plugins have fully loaded, which causes the plugin mappings to not set as expected. Not sure whether this is a bug or not, but behaviour has been documented in this issue.Beta Was this translation helpful? Give feedback.
All reactions