File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 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()
1515 return col == 0 or vim .fn .getline (" ." ):sub (col , col ):match " %s"
1616end
1717
18- -- פּ ﯟ some other good icons
18+ -- פּ ﯟ some other good icons
1919local 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
You can’t perform that action at this time.
0 commit comments