ludovicchabant/vim-gutentags

Very large tags file generated ( > 10GB)

pauldesmondparker opened this issue · 2 comments

Problem

Very large tags files generated in certain projects. Sometimes in the tens of GB.

Reproduction

git clone git@github.com:decentralized-identity/veramo.git
cd veramo
vi packages/did-comm/src/protocols/coordinate-mediation-v3-message-handler.ts

Attempted Remediation

      vim.g.gutentags_generate_on_new = 0

Environment

Linux dc-dragoon 6.5.9-1-cachyos #1 SMP PREEMPT_DYNAMIC Mon, 30 Oct 2023 02:51:34 +0000 x86_64 GNU/Linux

NVIM v0.9.4
Build type: Release
LuaJIT 2.1.1700008891

vim-gutentags
        branch master
        commit aa47c5e
size-grow.webm

Hello i've done the same thing as you on

NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1702233742

package manager: lazy
plugin commit: aa47c5e | master

and I get this

[kawaegle@OppaiLaptop]-[~/Documents/tmp/veramo:
>>>v packages/did-comm/src/protocols/coordinate-mediation-v3-message-handler.ts
[kawaegle@OppaiLaptop]-[~/Documents/tmp/veramo:
>>>du -h tags
3.1M    tags

maybe it's just a miss configuration can I see the whole config of your gutentags plugin ?

I still learn english and opensource xD sorry if i'm not perfect!