noice.nvim
noice.nvim copied to clipboard
feature: HTML Code output TS highlighing?
Did you check the docs?
- [X] I have read all the noice.nvim docs
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Sometimes when I work with html parsers I want to view the HTML output I receive with highligh in the messages buffer and I could simply do :set filetype=html
and have it set which could be nice if this plugins could do that automatically or have an action to do that also in this plugin opens "messages" in a "scratchpad" rather than a normal nvim buffer which messes a bit with telescope highligh detection of the buffer when searching in it so an option to choose a normal buffer over the scratch pad one'd great.
Describe alternatives you've considered
:Bmessagessvs
+ :set filetype=html
Additional context
No response