all repos

init.lua @ ba015d2

my nvim config
1 files changed, 25 insertions(+), 25 deletions(-)
feat(cmp): update icons
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-06-25 13:39:04 +0300
Parent: aca3ffd
M lua/plugins/cmp.lua

@@ -27,31 +27,31 @@ window = {},

formatting = { format = function(_, vim_item) vim_item.kind = ({ - Text = "", - Method = "", - Function = "", - Constructor = "", - Field = "", - Variable = "", - Class = "", - Interface = "ﰮ", - Module = "", - Property = "", - Unit = "", - Value = "", - Enum = "", - Keyword = "", - Snippet = "﬌", - Color = "", - File = "", - Reference = "", - Folder = "", - EnumMember = "", - Constant = "", - Struct = "", - Event = "", - Operator = "ﬦ", - TypeParameter = "", + Text = "", + Method = "", + Function = "", + Constructor = "", + Field = "", + Variable = "", + Class = "", + Interface = "", + Module = "", + Property = "", + Unit = "", + Value = "", + Enum = "", + Keyword = "", + Snippet = "", + Color = "", + File = "", + Reference = "", + Folder = "", + EnumMember = "", + Constant = "", + Struct = "", + Event = "", + Operator = "", + TypeParameter = "", })[vim_item.kind] return vim_item