diff options
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/configs/cmp.lua | 3 | ||||
| -rw-r--r-- | lua/pml68/plugins.lua | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lua/pml68/configs/cmp.lua b/lua/pml68/configs/cmp.lua index e14edf1..2afd88b 100644 --- a/lua/pml68/configs/cmp.lua +++ b/lua/pml68/configs/cmp.lua @@ -5,7 +5,8 @@ cmp.setup({ { name = 'nvim_lsp' }, { name = 'path' }, { name = 'vimtex' }, - { name = 'crates' } + { name = 'crates' }, + { name = 'emoji' }, }, { { name = 'buffer' }, }), diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index adac1ce..fe556ce 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -80,7 +80,8 @@ local plugins = { }, "hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer", - "hrsh7th/cmp-path" + "hrsh7th/cmp-path", + "hrsh7th/cmp-emoji" }, config = function() require("pml68.configs.cmp") |
