josa42 / coc-go

Go language server extension using gopls for coc.nvim.
MIT License
567 stars 30 forks source link

[Bug] Unable to Uninstall in Termux #218

Open GR3YH4TT3R93 opened 8 months ago

GR3YH4TT3R93 commented 8 months ago

I redid my nvim config for Termux to no longer rely on CoC but when trying to remove the CoC folder in ~/.config/coc to completely purge CoC, it throws an error of permission denied for all of the files in ~/.config/coc/extensions/coc-go-data/tools/pkg/mod

all files seem to be lacking write permissions and are therefore unable to be deleted.

GR3YH4TT3R93 commented 8 months ago

And the mvdan.cc folder lacks the execute flag as well which prevented recursively providing write perms to it's contents in order to remove.