show_condition = conds.line_begin
#1323
Unanswered
Gargantuar314
asked this question in
Q&A
Replies: 1 comment
-
That's exactly the problem. I ran into the same issue (re: here, links to a few other pieces of information I found looking to fix the error). Strangely, I never had an issue with I ended up implementing something like this though not a full solution for |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm using
nvim-cmp
withsaadparwaiz1/cmp_luasnip
. Upon loading the latter, the simple snippetthrows the error
I think that the problem is that
conds.line_begin
has a signature that fitscondition
, but different from whatshow_condition
expects. Is there a way to solve this? Note that as soon as a disablecmp_luasnip
, everything works.Beta Was this translation helpful? Give feedback.
All reactions