Skip to content

Commit

Permalink
Nim lang support (#979)
Browse files Browse the repository at this point in the history
<!--- PR Description --->
Closes #978
---
#### TODO

- [x] Use `cargo fmt`
- [ ] Add necessary tests
- [ ] Update default config/theme in README (if applicable)
- [ ] Update man page at lsd/doc/lsd.md (if applicable)
  • Loading branch information
atamakahere-git authored Jan 26, 2024
1 parent d2538a6 commit ba3666a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@ impl IconTheme {
("msi", "\u{f17a}"), // ""
("mts", "\u{e628}"), // ""
("mustache", "\u{e60f}"), // ""
("nim", "\u{e677}"), // ""
("nimble", "\u{e677}"), // ""
("nix", "\u{f313}"), // ""
("npmignore", "\u{e71e}"), // ""
("odp", "\u{f1c4}"), // ""
Expand Down

0 comments on commit ba3666a

Please sign in to comment.