Open milieu opened 3 years ago
You do have to install some ctags lib. you could try
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
https://github.com/universal-ctags/homebrew-universal-ctags
That command didn't work on my end though, and need to do these:
$ brew tap universal-ctags/universal-ctags
$ brew install --HEAD universal-ctags
Describe the bug
No matter which file I attempt to write, in any project, this is what I get with the trace turned on:
If I need to install some ctags library to use this project, the README should probably be updated?
Steps to reproduce
Plugin 'ludovicchabant/vim-gutentags'
, then ranvim +PluginInstall
to install it to my homedir's .vim/bundle directory (basically does the same thing as Pathogen)Share your setup
vim 8.2 on MacOS Catalina
What version of
ctags
,gtags
, or whatever do you have installed? None... do I need to? The README says I shouldn't need anything else but I'm going to try with abrew install universal-ctags
after this.Are you using
g:gutentags_cache_dir
? No. Is it needed?Post the logs
Run
:messages
and show the messages that Gutentags posted.Look for the
tags.log
file that Gutentags' script left behind, and post its contents.Not sure where to find this
tags.log
file, and I looked for it in my current directory and in the did afind ~/.vim -name tags.log
and got nothing - just let me know where to expect it and I'll post it