Skip to content

Commit

Permalink
cmp-emoji 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
deptno committed Oct 17, 2023
1 parent 85619c9 commit 6b24994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lua/custom/configs/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ return {
{ name = "nvim_lua" },
{ name = "path" },
{ name = "git" },
{ name = "emoji" },
}
}
3 changes: 2 additions & 1 deletion lua/custom/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ return {
{
"hrsh7th/nvim-cmp",
dependencies = {
"petertriho/cmp-git"
"petertriho/cmp-git",
"hrsh7th/cmp-emoji",
},
opts = function()
local chad = require("plugins.configs.cmp")
Expand Down

0 comments on commit 6b24994

Please sign in to comment.