drop the emoji support for now
This commit is contained in:
parent
78b4533744
commit
30f518235d
1 changed files with 9 additions and 9 deletions
|
@ -15,15 +15,15 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- add emoji completion
|
-- add emoji completion
|
||||||
{
|
-- {
|
||||||
"hrsh7th/nvim-cmp",
|
-- "hrsh7th/nvim-cmp",
|
||||||
dependencies = { "hrsh7th/cmp-emoji" },
|
-- dependencies = { "hrsh7th/cmp-emoji" },
|
||||||
---@param opts cmp.ConfigSchema
|
-- ---@param opts cmp.ConfigSchema
|
||||||
opts = function(_, opts)
|
-- opts = function(_, opts)
|
||||||
local cmp = require("cmp")
|
-- local cmp = require("cmp")
|
||||||
opts.sources = cmp.config.sources(vim.list_extend(opts.sources, { { name = "emoji" } }))
|
-- opts.sources = cmp.config.sources(vim.list_extend(opts.sources, { { name = "emoji" } }))
|
||||||
end,
|
-- end,
|
||||||
},
|
-- },
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
|
|
Loading…
Reference in a new issue