setup copilot inline suggestions + chat
This commit is contained in:
parent
7aca777bf9
commit
b13e372fd6
7 changed files with 116 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
"<Up>" =
|
||||
# Lua
|
||||
"cmp.mapping(cmp.mapping.select_prev_item({behavior = cmp.SelectBehavior.Select}), {'i', 's'})";
|
||||
"<Tab>" =
|
||||
"<cr>" =
|
||||
# Lua
|
||||
"cmp.mapping.confirm({ select = true, behavior = cmp.ConfirmBehavior.Replace })";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue