202 current 2024-03-14 14:10:08 24.05.20240312.0ad13a6 6.8.0-zen1 *
This commit is contained in:
parent
dce6962eec
commit
56b2d18c9a
1 changed files with 5 additions and 1 deletions
|
|
@ -409,7 +409,11 @@
|
||||||
{name = "path";}
|
{name = "path";}
|
||||||
{name = "buffer";}
|
{name = "buffer";}
|
||||||
];
|
];
|
||||||
snippet = {expand = "luasnip";};
|
snippet = {
|
||||||
|
expand = '' function(args)
|
||||||
|
require('luasnip').lsp_expand(args.body)
|
||||||
|
end'';
|
||||||
|
};
|
||||||
mappingPresets = ["insert"];
|
mappingPresets = ["insert"];
|
||||||
mapping = {
|
mapping = {
|
||||||
"<C-Space>" = "cmp.mapping.complete()";
|
"<C-Space>" = "cmp.mapping.complete()";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue