1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-02 16:40:51 +00:00
starship/src
Rekihyt fcd003785b
feat(nim): Add Nim module (#1189)
* Nim module and tests

* Add nim to docs

* parse_nim_version refactor, add nim desc

* Add nim symbol to Nerd Font preset

* Yellow with v prefix as default version

* Nim version fmt fix

* Update docs/config/README.md

Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>

* Update src/modules/nim.rs

Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>

* Nim module and tests

* Add nim to docs

* Yellow with v prefix as default version

* Update docs/config/README.md

Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>

* Update src/modules/nim.rs

Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>

* Add nim to docs, proper version formatting.

* Remove v from symbol, add to fmt string

* cargo fmt

Co-authored-by: Dario Vladovic <d.vladimyr@gmail.com>
2020-06-09 19:14:47 +02:00
..
configs feat(nim): Add Nim module (#1189) 2020-06-09 19:14:47 +02:00
formatter fix: Fix variable styles in string formatter (#1069) 2020-04-10 18:23:20 +02:00
init fix: Retain previous command state on zsh keymap select (#958) 2020-06-09 18:52:29 +02:00
modules feat(nim): Add Nim module (#1189) 2020-06-09 19:14:47 +02:00
bug_report.rs fix: Fix latest clippy suggestions (#1136) 2020-04-24 12:37:13 +02:00
config.rs fix(custom): improve handling of Powershell prompts (#1237) 2020-05-27 09:38:05 +02:00
configure.rs feat: Modify config keys from shell (#1095) 2020-04-26 15:58:39 +02:00
context.rs fix(git): show branch name in fresh repo (unborn master) (#1093) 2020-05-06 11:19:53 +02:00
lib.rs improvement: add parser for format strings (#1021) 2020-04-06 13:16:18 -04:00
main.rs feat: add shell completion generation command (starship completions) (#881) 2020-06-03 11:25:51 -04:00
module.rs feat(nim): Add Nim module (#1189) 2020-06-09 19:14:47 +02:00
print.rs refactor: latest suggestions from Clippy 2020-06-05 23:20:11 -04:00
segment.rs fix: Fix variable styles in string formatter (#1069) 2020-04-10 18:23:20 +02:00
utils.rs feat(nim): Add Nim module (#1189) 2020-06-09 19:14:47 +02:00