1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-26 11:42:36 +00:00
starship/src
Arya Adarsha Gautam 9ebfce1e36
feat(go): check for go.work file to show Go module in prompt (#3968)
* check for go.work file to display go version

* add test to check for go.work file

* update docs to include go.work file

* chore(dprint): fmt & upgrade plugins (#3969)

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2022-05-07 08:04:37 +02:00
..
configs feat(go): check for go.work file to show Go module in prompt (#3968) 2022-05-07 08:04:37 +02:00
formatter refactor: fix new clippy/compiler warnings (#3656) 2022-02-24 23:31:01 -05:00
init fix(nu): Use = instead of space to pass command line parameters (#3833) 2022-04-04 20:03:43 +02:00
modules feat(go): check for go.work file to show Go module in prompt (#3968) 2022-05-07 08:04:37 +02:00
test test(git): enable fsync for git operations (#3889) 2022-04-20 18:39:24 +01:00
bug_report.rs fix(init): Change Nushell init for nu 0.60 (#3773) 2022-03-24 15:06:24 -04:00
config.rs feat: allow printing config file schema (#3737) 2022-04-01 17:14:05 +02:00
configure.rs fix: Do not panic in config if editor not found (#3766) 2022-05-02 18:43:27 +02:00
context.rs fix: Use git2::Repository::open_ext() instead of discover() (#3591) 2022-05-05 11:43:03 -05:00
lib.rs refactor: replace module_config_derive with serde (#3786) 2022-03-26 10:42:19 +01:00
logger.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
main.rs fix: Do not panic in config if editor not found (#3766) 2022-05-02 18:43:27 +02:00
module.rs feat(spack): Add Spack module (#3639) 2022-04-03 15:33:14 +02:00
print.rs feat: allow printing config file schema (#3737) 2022-04-01 17:14:05 +02:00
segment.rs feat: Add a fill module to pad out the line (#3029) 2021-09-12 19:59:15 -04:00
serde_utils.rs refactor: replace module_config_derive with serde (#3786) 2022-03-26 10:42:19 +01:00
utils.rs feat: Add a module for C projects (#3631) 2022-03-25 00:10:19 -04:00