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
Using luasnip, snippets that start with a / or . character don't show up in the completion menu when the path source is enabled in the nvim-cmp config.
Using luasnip, snippets that start with a
/
or.
character don't show up in the completion menu when thepath
source is enabled in thenvim-cmp
config.nvim-cmp config:
luasnip config:
Example snippet definition:
Expected Behavior
Typing
///
should show the defined snippet in the completion menu, however instead it only shows path completions for files at the root file system:If I disable the
{ name = 'path' }
source from the nvim-cmp config then it works as expected:Is there some way to configure it so that both of these things can work together that I'm missing?
The text was updated successfully, but these errors were encountered: