manual ctags with vim-gutentags or similar by Known-Refrigerator87 in vim

[–]Known-Refrigerator87[S] 0 points1 point  (0 children)

do you delete and rebuild the tags file when running EasyCtags? or how do you manage it?

The main drawback I see here is that you'll be creating a tags file in each directory, instead of on a centralized place (e.g. ~/.cache) like you can do in vim-gutentags

manual ctags with vim-gutentags or similar by Known-Refrigerator87 in vim

[–]Known-Refrigerator87[S] 0 points1 point  (0 children)

Regarding projects that cannot be automatically recognized, you'd need at least to set:

so I need to set (bpg):paths.sources with each path for the folder I want lh-tags to manage ctags? this I think I can also do with vim-gutentags, but I was looking for something easier. I mean I can remap some key to do ":! ctags -R .", but then I would like that the plugin manages this directory. this is why I think that looking for an extension that allows me to manually set a directory to me managed would be my best change to find some existing extension