-
I write a lot in Neovim. One thing that would be great is if it was possible to tell, say markdown files, to only fire Blink if the string is over X characters. Is this achievable with blink currently? |
Beta Was this translation helpful? Give feedback.
Answered by
Saghen
Dec 11, 2024
Replies: 1 comment 1 reply
-
Opened an issue for this #502. You could get around this temporarily by using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
benfrain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Opened an issue for this #502. You could get around this temporarily by using
min_keyword_length = function() vim.bo.filetype == 'markdown' and X or 0 end
on all of your providers