From 2196b41b5c24b91f6e41e0c3efe9661970662f45 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 11 Dec 2024 14:54:51 -0500 Subject: [PATCH] feat: add 'ecolog' source to completion options --- lua/plugins/cmp.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index ad1c716..126db3a 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -172,6 +172,7 @@ return { -- cmp end, { 'i', 's' }), }), sources = { + { name = 'ecolog' }, { name = 'nvim_lsp', priority = 1000 }, { name = 'luasnip', priority = 750 }, { name = 'path', priority = 250 }, @@ -195,7 +196,7 @@ return { -- cmp path = ' Path', buffer = '󰓩 Buffer', dotenv = ' Dotenv', - cmp_yanky = ' History', + cmp_yanky = '󰅍 Yanked', } local color_item = require('nvim-highlight-colors').format(entry, { kind = item.kind })