Closed mcp1766 closed 1 month ago
Some html tags are not displayed in the dropbar in the way that we expected (see pictures)
Passing over html, head tags are well displayed on the dropbar and their respective position is correct but body not.
The body tag and its children are included within the head tag ; what is not correct in my opinion as body tag is not a child of head tag.
0.10.1
6156e07
Pop OS 22.04 LTS
return { 'Bekaboo/dropbar.nvim', -- optional, but required for fuzzy finder support dependencies = { 'nvim-telescope/telescope-fzf-native.nvim' } }
Saved dropbar.lua Restarted Nvim Opened a html file
Expected to see all html tags in the correct order in the dropbar
Dropbar does not show
No addition
Hi thanks for reporting the issue. Please provide the example html so that I can track the bug.
Closing, cannot reproduce.
Description
Some html tags are not displayed in the dropbar in the way that we expected (see pictures)
Passing over html, head tags are well displayed on the dropbar and their respective position is correct but body not.
The body tag and its children are included within the head tag ; what is not correct in my opinion as body tag is not a child of head tag.
nvim version
0.10.1
dropbar.nvim version
6156e07
Operating system and version
Pop OS 22.04 LTS
Minimal config
Steps to reproduce
Saved dropbar.lua Restarted Nvim Opened a html file
Expected behavior
Expected to see all html tags in the correct order in the dropbar
Actual behavior
Dropbar does not show
tag as a child of but as a child of tag.Additional information
No addition