Neovim version (nvim -v)
0.12.3
Neovim distribution
N/A
Operating system
Arch Linux
Terminal emulator / GUI
Alacrity
Describe the bug
The dj and dk delete motion operations are for whatever reason charwise as with dvj, dvk in a markdown buffer.
Expected behavior
Linewise
Healthcheck output
==============================================================================
render-markdown: 2 ⚠️
render-markdown.nvim [versions] ~
- ✅ OK neovim >= 0.11
- ✅ OK tree-sitter ABI: 15
- ✅ OK plugin: 8.13.0
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] ~
- ✅ OK parser: installed
- ✅ OK ABI: 14
render-markdown.nvim [tree-sitter latex] ~
- ✅ OK parser: installed
- ✅ OK ABI: 15
render-markdown.nvim [tree-sitter yaml] ~
- ✅ OK parser: installed
- ✅ OK ABI: 15
render-markdown.nvim [icons] ~
- ⚠️ WARNING none installed
render-markdown.nvim [latex] ~
- ⚠️ WARNING none installed: { "utftex", "latex2text" }
- ADVICE:
- disable latex support to avoid this warning
require("render-markdown").setup({
latex = { enabled = false },
})
render-markdown.nvim [conflicts] ~
- ✅ OK headlines: not installed
- ✅ OK markview: not installed
- ✅ OK obsidian: not installed
Plugin configuration
require('render-markdown').setup({
latex = { enabled = false },
win_options = { conceallevel = { rendered = 2 } },
})
Plugin error log
Confirmations
Additional information
No response
Neovim version (nvim -v)
0.12.3
Neovim distribution
N/A
Operating system
Arch Linux
Terminal emulator / GUI
Alacrity
Describe the bug
The
djanddkdelete motion operations are for whatever reason charwise as withdvj,dvkin amarkdownbuffer.Expected behavior
Linewise
Healthcheck output
Plugin configuration
Plugin error log
Confirmations
Additional information
No response