-
I might be misunderstanding the terminology, but I want to use When I press enter, it then opens all marked items. Is that what My config: {
"Saghen/blink.cmp",
version = "1.*",
dependencies = "rafamadriz/friendly-snippets",
event = "VeryLazy",
opts = {
keymap = {
preset = "none",
["<Tab>"] = { "select_next", "snippet_forward", "fallback" }
},
appearance = {
use_nvim_cmp_as_default = true,
nerd_font_variant = "mono"
},
sources = {
default = { "buffer", "snippets", "lsp" },
},
cmdline = { enabled = false },
}
} I experimented with various settings for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@adrian5 This might be related to Telescope. As far as I know, Telescope maps and to mark items and then send them to the quickfix list. You might want to ask in the Telescope repo as well. So, it seems that this is not a blink.cmp issue, but rather a Telescope behavior. |
Beta Was this translation helpful? Give feedback.
@adrian5 This might be related to Telescope. As far as I know, Telescope maps and to mark items and then send them to the quickfix list. You might want to ask in the Telescope repo as well. So, it seems that this is not a blink.cmp issue, but rather a Telescope behavior.