mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cat
This commit is contained in:
parent
a9d751311f
commit
acc326ac89
1 changed files with 7 additions and 0 deletions
|
|
@ -70,8 +70,15 @@ cmp.setup({
|
||||||
{ name = "luasnip" },
|
{ name = "luasnip" },
|
||||||
-- other sources...
|
-- other sources...
|
||||||
},
|
},
|
||||||
|
formatting = {
|
||||||
|
format = function(entry, vim_item)
|
||||||
|
vim_item.menu = ""
|
||||||
|
return vim_item
|
||||||
|
end,
|
||||||
|
},
|
||||||
-- other configurations...
|
-- other configurations...
|
||||||
})
|
})
|
||||||
|
|
||||||
cmp.setup({
|
cmp.setup({
|
||||||
enabled = function()
|
enabled = function()
|
||||||
-- disable completion in comments
|
-- disable completion in comments
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue