adit/assets/config.rhai

7 lines
111 B
Plaintext
Raw Normal View History

2023-09-15 21:29:27 -05:00
fn status_bar() {
2023-09-15 21:35:27 -05:00
let sb = `${file_name}:${y}:${x} | ${file_type} | ${line_count} Lines`;
2023-09-15 21:29:27 -05:00
return sb;
}