backup
This commit is contained in:
parent
972802e532
commit
9c05c52ebf
17 changed files with 63 additions and 36 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue