Merge branch 'main-github'

This commit is contained in:
Michel 2023-10-13 15:38:01 +02:00
commit fbf8ff2527
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,
},