Neovim version (nvim -v)
0.12.1
Neovim distribution
N/A
Operating system
Ubuntu (WSL2)
Terminal emulator / GUI
Windows Terminal
Describe the bug
If I add a link like [this](link) it gets concealed even when I'm in insert mode.
Expected behavior
The link does not get concealed when in insert mode
Healthcheck output
render-markdown: 4 ⚠️
render-markdown.nvim [versions] ~
- ✅ OK neovim >= 0.11
- ✅ OK tree-sitter ABI: 15
- ✅ OK plugin: 8.12.10
render-markdown.nvim [configuration] ~
- ✅ OK valid
render-markdown.nvim [tree-sitter markdown] ~
- ✅ OK parser: installed
- ✅ OK ABI: 15
- ✅ OK highlights: ~/.local/share/nvim/site/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/site/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 latex] ~
- ✅ OK parser: installed
- ✅ OK ABI: 15
render-markdown.nvim [tree-sitter yaml] ~
- ⚠️ WARNING parser: not installed
- ADVICE:
- disable yaml support to avoid this warning
- require('render-markdown').setup({ yaml = { enabled = false } })
- ⚠️ WARNING ABI: unknown
- ADVICE:
- disable yaml support to avoid this warning
- require('render-markdown').setup({ yaml = { enabled = false } })
render-markdown.nvim [icons] ~
- ✅ OK using: nvim-web-devicons
render-markdown.nvim [latex] ~
- ✅ OK using: { "latex2text" }
render-markdown.nvim [conflicts] ~
- ✅ OK headlines: not installed
- ✅ OK markview: not installed
- ✅ OK obsidian: not installed
Plugin configuration
return {
"MeanderingProgrammer/render-markdown.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-mini/mini.icons" },
ft = { "markdown", "quarto" },
opts = {
render_modes = { 'n', 'c', 't' },
completions = { lsp = { enabled = true } },
heading = {
sign = false,
icons = { " ", " ", " ", " ", " ", " " },
},
},
}
Plugin error log
Confirmations
Additional information
No response
Neovim version (nvim -v)
0.12.1
Neovim distribution
N/A
Operating system
Ubuntu (WSL2)
Terminal emulator / GUI
Windows Terminal
Describe the bug
If I add a link like
[this](link)it gets concealed even when I'm in insert mode.Expected behavior
The link does not get concealed when in insert mode
Healthcheck output
Plugin configuration
Plugin error log
Confirmations
Additional information
No response