We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blink.cmp
<C-k>
Here is my configuration
snippets = { preset = "luasnip" }, keymap = { preset = "none", ["<tab>"] = {"show", "select_next", "fallback"}, ["<s-tab>"] = {"select_prev", "fallback"}, ["<c-y>"] = {"accept", "snippet_forward", "fallback"}, ["<c-s-y>"] = {"snippet_backward", "fallback"}, }, completion = { menu = { auto_show = false } }
I am using luasnip. I have a snippet as follows
s( { trig = "\\sec1" }, fmta( [[ \section{<>} ]], { i(1, "heading") } ) )
Steps to reproduce the bug:
tab
\sec1
c-y
cc
neovim
0.11
1.3.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
Here is my configuration
I am using luasnip. I have a snippet as follows
Steps to reproduce the bug:
tab
to open menu\sec1
on the menu and pressc-y
-> The snippet is expandedcc
to clear the current line\sec1
-> pressc-y
-> The snippet is not expanded.neovim
version0.11
blink.cmp
version1.3.1
The text was updated successfully, but these errors were encountered: