File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1919- Fix the indicator winwidth is not flexible. #687
2020- Fix the icon offset when restoring the full display line for grep provider. #701
2121- Fix the Pyo3 compilation on M1. #707
22+ - Add icon for ` *.tex ` . #709
2223
2324### Perf
2425
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ set cpoptions&vim
88
99let g: clap #icon #default = ' '
1010
11+ " Convert an icon char to hex: printf("%x", char2nr('C'))
1112let g: clap #icon #extensions = {
1213 \ ' styl' : ' ' ,
1314 \ ' sass' : ' ' ,
@@ -111,6 +112,7 @@ let g:clap#icon#extensions = {
111112 \ ' vue' : ' ﵂' ,
112113 \ ' swift' : ' ' ,
113114 \ ' xcplayground' : ' ' ,
115+ \ ' tex' : ' ﭨ' ,
114116 \ ' lock' : ' ' ,
115117 \ ' bin' : ' ' ,
116118 \ ' timestamp' : ' 﨟' ,
Original file line number Diff line number Diff line change 9292 "suo" : " \ue70c " ,
9393 "swift" : " \ue755 " ,
9494 "t" : " \ue769 " ,
95+ "tex" : " \ufb68 " ,
9596 "timestamp" : " \ufa1f " ,
9697 "toml" : " \ue615 " ,
9798 "ts" : " \ue628 " ,
You can’t perform that action at this time.
0 commit comments