From cf3e814df375373bc07363e7e46171b3476bdb8f Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 28 Aug 2024 02:38:13 +0200 Subject: feat: add `cmp-emoji` plugin --- lua/pml68/configs/cmp.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/pml68/configs/cmp.lua') 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' }, }), -- cgit v1.2.3