File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -15,33 +15,33 @@ local check_backspace = function()
15
15
return col == 0 or vim .fn .getline (" ." ):sub (col , col ):match " %s"
16
16
end
17
17
18
- -- פּ ﯟ some other good icons
18
+ -- פּ ﯟ some other good icons
19
19
local kind_icons = {
20
- Text = " " ,
20
+ Text = " " ,
21
21
Method = " m" ,
22
- Function = " " ,
22
+ Function = " " ,
23
23
Constructor = " " ,
24
24
Field = " " ,
25
- Variable = " " ,
26
- Class = " " ,
25
+ Variable = " " ,
26
+ Class = " " ,
27
27
Interface = " " ,
28
28
Module = " " ,
29
29
Property = " " ,
30
30
Unit = " " ,
31
- Value = " " ,
31
+ Value = " " ,
32
32
Enum = " " ,
33
- Keyword = " " ,
33
+ Keyword = " " ,
34
34
Snippet = " " ,
35
- Color = " " ,
36
- File = " " ,
35
+ Color = " " ,
36
+ File = " " ,
37
37
Reference = " " ,
38
- Folder = " " ,
38
+ Folder = " " ,
39
39
EnumMember = " " ,
40
- Constant = " " ,
40
+ Constant = " " ,
41
41
Struct = " " ,
42
42
Event = " " ,
43
- Operator = " " ,
44
- TypeParameter = " " ,
43
+ Operator = " " ,
44
+ TypeParameter = " " ,
45
45
}
46
46
-- find more here: https://www.nerdfonts.com/cheat-sheet
47
47
You can’t perform that action at this time.
0 commit comments