We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lazyvim use blink.nvim now, please integrate with blink.nvim. this is my configuration.
keymap = { preset = "default", ["<C-space>"] = { "show", "show_documentation", "hide_documentation" }, ["<C-e>"] = { "hide", "fallback" }, ["<Tab>"] = { function(cmp) if cmp.snippet_active() then return cmp.accept() else return cmp.select_next() end end, "snippet_forward", "fallback", }, ["<S-Tab>"] = { "select_prev", "snippet_backward", "fallback" }, ["<Up>"] = { "select_prev", "fallback" }, ["<Down>"] = { "select_next", "fallback" }, ["<C-p>"] = { "select_prev", "fallback" }, ["<C-n>"] = { "select_next", "fallback" }, ["<C-b>"] = { "scroll_documentation_up", "fallback" }, ["<C-f>"] = { "scroll_documentation_down", "fallback" }, ["<Enter>"] = { "accept", "fallback" }, },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Lazyvim use blink.nvim now, please integrate with blink.nvim.
this is my configuration.
The text was updated successfully, but these errors were encountered: