You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the FAQ and my bug is not listed there.
Description
When friendly snippets blink-cmp and performance.combinePlugins is enabled blink-cmp will not use friendly-snippets snippets, adding friendly-snippets to performance.combinePlugins.standalonePlugins will allow blink to use friendly-snippets. I don't believe I had this problem with cmp however I do not have a working config with it to test. I have also tested this with performance.byteCompileLua.enable and can confirm it works.
For further reference my standalone nixvim config can be found here
Minimal, Reproducible Example (MRE)
performance.combinePlugins={enable=true;standalonePlugins=["friendly-snippets"# needed for blink to access friendly-snippets];};plugins.blink-cmp={enable=true;};plugins.friendly-snippets.enable=true;
The text was updated successfully, but these errors were encountered:
friendly-snippets
unstable
N/A
Description
When friendly snippets blink-cmp and performance.combinePlugins is enabled blink-cmp will not use friendly-snippets snippets, adding friendly-snippets to performance.combinePlugins.standalonePlugins will allow blink to use friendly-snippets. I don't believe I had this problem with cmp however I do not have a working config with it to test. I have also tested this with performance.byteCompileLua.enable and can confirm it works.
For further reference my standalone nixvim config can be found here
Minimal, Reproducible Example (MRE)
The text was updated successfully, but these errors were encountered: