💄 style(nvim): cmp formatted correctly
This commit is contained in:
parent
8c4aba2a46
commit
b5a542ab91
1 changed files with 63 additions and 63 deletions
|
@ -36,10 +36,10 @@ return {
|
||||||
}), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
|
}), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
|
||||||
}),
|
}),
|
||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
{ name = "nvim_lsp" },
|
{ name = "nvim_lsp", group_index = 1 },
|
||||||
{ name = "luasnip" },
|
{ name = "luasnip", group_index = 1 },
|
||||||
{ name = "buffer" },
|
{ name = "buffer", group_index = 2 },
|
||||||
{ name = "path" },
|
{ name = "path", group_index = 2 },
|
||||||
}),
|
}),
|
||||||
formatting = {
|
formatting = {
|
||||||
format = function(_, item)
|
format = function(_, item)
|
||||||
|
|
Loading…
Add table
Reference in a new issue