Results 34 comments of Blake Dietz

I was noticing that incorrect entries were being left in the tree from watching typing of tags in relatively large documents ~500 lines. I'm thinking that I'll just need to...

The source of this is caused by tags that have a `.` in them. `` Breaks the plugin.

I would prefer this and from a naive point of view don't see why we couldn't do it.

https://github.com/blakedietz/vscode-nested-tags/issues/62

Would be worth noting that the app offers Zettelkasten like features.

Ah, so are you requesting a custom tag directive to use instead of `@nested-tags`? Are you essentially looking to define a custom tag in the header which would then be...

@pvandrunen I'm also seeing this as well.

Looks like this commit might be the culprit. https://github.com/folke/tokyonight.nvim/commit/2e00d06319072953b54b0316146151d31e71680c

If you use lazy, I think a nice way to fix this is by going into your lazyvim lockfile and update the bufferline entry to the following commit. ```json {...

If I were to guess this is probably an issue in https://github.com/elixir-lang/tree-sitter-elixir.