ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
2.05k stars 123 forks source link

Ignore `doc/tags` #480

Closed mrak closed 3 months ago

mrak commented 3 months ago

Thank you for these superb code action additions for golang! I use them regularly.

I use native vim package management in combination with git submodules. Every time I run :helptags ALL the only plugin I use that shows erroneous submodule files is go.nvim because a doc/tags file has been generated.

I think it is harmless to add this to the ignore list and you generally don't check these in as most plugin managers generate them for you.