Ludovic Chabant

Results 88 comments of Ludovic Chabant

I agree, this project is in desperate need of some love... if @kien is unable to maintain it (which is totally OK), there should be a way to pass the...

Yes, all evidence points to this conclusion, but it's always good to do your due diligence in those matters. It's been 20 days, though, so I think @d11wtq can start...

Various `ctags` executables have weird and convoluted ways to choose whether they generate the `tags` file with absolute paths, relative-to-the-`tags`-file paths, or relative-to-the-current-working-dir paths. This is not something Gutentags can...

Gutentags walks up the directory hierarchy and, at each step, checks if _any_ root marker is present. So it will find the `.git` directory first, always. What you'll have to...

I don't think you need to use local configs -- check out `g:gutentags_project_root_finder`. You can set that to a custom function that will find your project's root using whatever custom...

That is indeed an unusal setup :). Is there a particular reason you don't mount the shared folder into a local mount point? That would have indeed given Vim a...

Hi! Try pulling the latest Gutentags code, and `:let g:gutentags_trace = 1` to get some debug logging. For instance, it should show you the `gtags` command-line that it used to...

Looks somehow the process running Vim doesn't have permissions to read one of the files inside the gutentags plugin (`/home/pgesting/.vim/bundle/vim-gutentags/res/ctags_recursive.options`), which is weird. Can you check the permissions? Also, is...

Right, I missed it, thanks. I have no idea why it can't read a `664` file... are you running that command as the `pgesting` user, or as a different user?...

Gutentags should work perfectly fine if there's no `tags` file initially. What file are you saving that makes it complain? Can you also enable logging (`call gutentags#toggletrace()`) and post the...