Replies: 2 comments
-
Still struggling to make this happen. Based on this recipe I tried the following but I'm still seeing copilot and dynamic snippet options in the blink suggestions when I'm in a comment block in Ruby or Lua code:
I'm using LazyVim if that matters. Everything is up-to-date. My full configuration is here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interested too |
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
-
I used to do this in
nvim-cmp
with some function logic on theenable
option like this:I'm trying to recreate this for blink but I can't seem to detect a comment. I've got this so far:
The:
doesn't seem to work correctly. And
enabled
doesn't seem to fire for every treesitter context change.Is there a way to do this?
I'm using blink via LazyVim if that makes a difference.
Beta Was this translation helpful? Give feedback.
All reactions