Skip to content

Commit a0e07fc

Browse files
authored
Merge pull request #310 from vimnux/my05-completion
Fix: wrong pull request for My05 completion
2 parents 16e9e3d + 0420232 commit a0e07fc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Diff for: lua/user/cmp.lua

+13-13
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@ local check_backspace = function()
1515
return col == 0 or vim.fn.getline("."):sub(col, col):match "%s"
1616
end
1717

18-
--   פּ ﯟ  some other good icons
18+
--   פּ ﯟ  some other good icons
1919
local kind_icons = {
20-
Text = "",
20+
Text = "󰊄",
2121
Method = "m",
22-
Function = "",
22+
Function = "󰊕",
2323
Constructor = "",
2424
Field = "",
25-
Variable = "",
26-
Class = "",
25+
Variable = "󰫧",
26+
Class = "",
2727
Interface = "",
2828
Module = "",
2929
Property = "",
3030
Unit = "",
31-
Value = "",
31+
Value = "",
3232
Enum = "",
33-
Keyword = "",
33+
Keyword = "󰌆",
3434
Snippet = "",
35-
Color = "",
36-
File = "",
35+
Color = "",
36+
File = "",
3737
Reference = "",
38-
Folder = "",
38+
Folder = "",
3939
EnumMember = "",
40-
Constant = "",
40+
Constant = "",
4141
Struct = "",
4242
Event = "",
43-
Operator = "",
44-
TypeParameter = "",
43+
Operator = "",
44+
TypeParameter = "󰉺",
4545
}
4646
-- find more here: https://www.nerdfonts.com/cheat-sheet
4747

0 commit comments

Comments
 (0)