dan-t / rusty-tags

Create ctags/etags for a cargo project
Other
405 stars 32 forks source link

Add more / sort executable paths #48

Closed valpackett closed 6 years ago

valpackett commented 6 years ago
dan-t commented 6 years ago

Thanks! It's fine to add the additional names but I don't see a need for changing the order.

valpackett commented 6 years ago

Universal is the better version, why not check for it first?

dan-t commented 6 years ago

Universal is the better version, why not check for it first?

I prefer to not break defaults if there's no need for it.

dan-t commented 6 years ago

rusty-tags 2.10 now contains the FreeBSD names, but I didn't change the search order.

There's now also the option ctags_exe in ~/.rusty-tags/config.toml to specify the ctags executable to be used.