-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
universal-ctags installed by snap not compatible with vim-gutentags #267
Comments
Anyone have a workaround for this? The snap seems like the only way to install universal-ctags on linux without compiling it yourself. I tried defining a
That file appears to be a gitignore, not sure where the origin of it is and why it is in My workaround right now is to just compile universal-ctags myself. I was hesitant at first but it compiled without issues. I just need to remember to update it once in a while now. |
|
I've got the same error. Instead of using snap, |
snap universal-ctags has compatiblity issues with neovim's vim-gutentags plugin ludovicchabant/vim-gutentags#267
This is more of a warning to other users since i discovered the hard-way that universal-ctags installed by snap is NOT compatible with gutentags. For me it manifested as permission errors reading the
ctags_recursive.options
file, but I could imagine different file perm errors depending on your config. The fs limitations are mentioned at https://snapcraft.io/universal-ctags and in universal-ctags/ctags-snap#26. I don't think there is anything for gutentags to do except maybe include a warning in the doc about snap installed ctags.Feel free to close this issue, but I just wanted to document the problem before I forget about it.
The text was updated successfully, but these errors were encountered: