David Hegland
David Hegland
Take a look at the 'g:tagbar_sort' option. Is that what you are wanting? Edit: oh sorry. Missed the bit at the end that you had looked at that.
It is not a bug. It is just the way tagbar was originally written and the implementation of vim at the time. It is a completely serialized process. So actually...
Couple questions to try to help: * It looks like it is using the temp location `/tmp/nvim.jfmoulin/UskkgL/0.py` as the cache location. Can you verify if this directory exists and you...
Hmm... the ctags output doesn't look quite right. Was this exactly as it appeared? There doesn't appear to be any TAB characters between the fields. That is how tagbar splits...
Hmm. I'm at a loss. I installed neovim on a VM to give it a shot and I am able to see the tagbar output just fine on the file...
I did a quick test with this change, and it did not work as expected for me. I had the following windows open: * File Window * Tagbar Window *...
Ah ok, wonder if it is something with the vim version. I'm currently using vim 8.2 still. I've played around a little bit with vim 9.0, but that isn't my...
This can be done a little bit indirectly. The reason it is not working for you without opening the tagbar window is because the file has not yet been scanned...
Hmm... are you by chance using vim 9? I've seen a similar error on a test setup with vim 9 that I have that I haven't been able to really...
hm. Ok. could be something similar. I'll try to dig into it more and see if I can figure anything out. But as of now, that is about the only...