-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
not a bugNot a bug in this pluginNot a bug in this plugin
Description
Neovim version (nvim -v)
0.11.4
Neovim distribution
N/A
Operating system
Windows 11
Terminal emulator / GUI
konsole
Describe the bug
Consider this:
[$NVIM_APPNAME](https://neovim.io/doc/user/starting.html#$NVIM_APPNAME)Expected behavior
Only $NVIM_APPNAME should be visible.
Healthcheck output
==============================================================================
render-markdown: 2 ⚠️
render-markdown.nvim [versions] ~
- ✅ OK neovim >= 0.11
- ✅ OK tree-sitter ABI: 15
- ✅ OK plugin: 8.8.4
render-markdown.nvim [configuration] ~
- ✅ OK valid
render-markdown.nvim [tree-sitter markdown] ~
- ✅ OK parser: installed
- ✅ OK ABI: 15
- ✅ OK highlights: ~/.local/share/nvim-data/lazy/nvim-treesitter/queries/markdown/highlights.scm
- ✅ OK highlighter: enabled
render-markdown.nvim [tree-sitter markdown_inline] ~
- ✅ OK parser: installed
- ✅ OK ABI: 15
- ✅ OK highlights: ~/.local/share/nvim-data/lazy/nvim-treesitter/queries/markdown_inline/highlights.scm
render-markdown.nvim [tree-sitter html] ~
- ⚠️ WARNING parser: not installed
- ADVICE:
- disable html support to avoid this warning
- require('render-markdown').setup({ html = { enabled = false } })
- ⚠️ WARNING ABI: unknown
- ADVICE:
- disable html support to avoid this warning
- require('render-markdown').setup({ html = { enabled = false } })
render-markdown.nvim [tree-sitter yaml] ~
- ✅ OK parser: installed
- ✅ OK ABI: 14
render-markdown.nvim [icons] ~
- ✅ OK using: nvim-web-devicons
render-markdown.nvim [executables] ~
render-markdown.nvim [conflicts] ~
- ✅ OK headlines: not installed
- ✅ OK markview: not installed
- ✅ OK obsidian: not installed
Plugin configuration
{ latex = { enabled = false }, win_options = { conceallevel = { rendered = 2 } } }Plugin error log
N/A
Confirmations
- I have updated this plugin to the latest version using my plugin manager
- I have provided the text contained in all screenshots as raw text in this issue. This means if there is a screenshot below it is the copy pasted contents of the file in the screenshot. I understand that my issue will be closed if I have not.
Additional information
No response
Metadata
Metadata
Assignees
Labels
not a bugNot a bug in this pluginNot a bug in this plugin