mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -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" },
|
||||
-- other sources...
|
||||
},
|
||||
formatting = {
|
||||
format = function(entry, vim_item)
|
||||
vim_item.menu = ""
|
||||
return vim_item
|
||||
end,
|
||||
},
|
||||
-- other configurations...
|
||||
})
|
||||
|
||||
cmp.setup({
|
||||
enabled = function()
|
||||
-- disable completion in comments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue