Merge branch 'LazyVim:main' into user/brnkoech/main

pull/53/head
Brian Koech 2024-01-17 19:35:50 +03:00 committed by GitHub
commit 4e9059ff55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ return {
dependencies = { "hrsh7th/cmp-emoji" },
---@param opts cmp.ConfigSchema
opts = function(_, opts)
local cmp = require("cmp")
opts.sources = cmp.config.sources(vim.list_extend(opts.sources, { { name = "emoji" } }))
table.insert(opts.sources, { name = "emoji" })
end,
},