Yochem van Rosmalen
Yochem van Rosmalen
Lately work has been done on renaming parts of the API to establish a common pattern (e.g. #36798, #36734), and a common pattern is well-defined in `:help dev-api-name`: ``` Use...
### Problem I want to have `autocmd TermOpen * startinsert` but with the condition that no cmd is supplied. I.e.: - `:terminal`: enter insert ("terminal") mode - `:terminal ls`: stay...
Not sure if anybody agrees with this, but worth a PR anyway. This conceals the modeline in help pages. LMK if this should be done upstream at nvim-treesitter/nvim-treesitter. Problem: modeline...
### Problem `:h dev-name-common` states: > Do NOT use these deprecated nouns: - buffer Use "buf" instead - command Use "cmd" instead - window Use "win" instead But `vim.keymap.set` receives...
At least on the /doc/build/ and /doc/install/ pages, the text is not soft wrapped on small-width devices:  On an iPhone 17 iOS 26.1 using Safari
### Describe the bug `:TSInstall lua` just hangs when tree-sitter CLI is not installed. ### To Reproduce 1. Use `main` version of this plugin 2. `:TSInstall lua` 3. Notice how...
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** It is difficult to perform an action after pasting text. Analogous to...