dan-t / rusty-tags

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

Cannot find ctags executable in arch linux #58

Closed opensourcegeek closed 5 years ago

opensourcegeek commented 5 years ago

I have got ctags installed, but for some reason it's printing the following error when I try to generate tags by running rusty-tags vi. Any idea why this might happen?

Couldn't find 'ctags' executable! Searched for executables with names: [""]. Is 'ctags' correctly installed?
opensourcegeek commented 5 years ago

Found the issue - I used default config file which left ctags_exe empty

dan-t commented 5 years ago

On Wed, Apr 03, 2019 at 07:02:45PM +0000, opensourcegeek wrote:

Found the issue - I used default config file which left ctags_exe empty

I consider this to be a bug which is now fixed in 'rusty-tags 3.5.1'.

Greetings, Daniel