This commit is contained in:
Alexander Neonxp Kiryukhin 2025-07-20 13:55:45 +03:00
parent 972802e532
commit 9c05c52ebf
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
17 changed files with 63 additions and 36 deletions

View file

@ -35,6 +35,9 @@ return {
opts = {
keymap = {
preset = "enter",
["<Tab>"] = false,
["<C-k>"] = { "snippet_forward", "fallback" },
["<C-S-k>"] = { "snippet_backward", "fallback" },
},
completion = {
list = {
@ -61,7 +64,13 @@ return {
signature = { enabled = true },
snippets = { preset = "luasnip" },
sources = {
default = { "lsp", "path", "snippets", "buffer", "codecompanion" },
default = {
"lsp",
"path",
"snippets",
"buffer",
"codecompanion",
},
},
},
}