feat(loader): add more commonly used default parser directories
This commit is contained in:
parent
167855b289
commit
62578b8c6e
1 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ impl Config {
|
|||
home_dir.join("github"),
|
||||
home_dir.join("src"),
|
||||
home_dir.join("source"),
|
||||
home_dir.join("projects"),
|
||||
home_dir.join("dev"),
|
||||
home_dir.join("git"),
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue