init
This commit is contained in:
9
nvim/lua/plugins/extras/coding/cmp/emoji.lua
Normal file
9
nvim/lua/plugins/extras/coding/cmp/emoji.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
"hrsh7th/cmp-emoji",
|
||||
},
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sources, { name = "emoji" })
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user