Yochem van Rosmalen

Results 47 issues of 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...

api

### 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...

terminal
events

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...

treesitter

### 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...

api
code-standards
complexity:low

At least on the /doc/build/ and /doc/install/ pages, the text is not soft wrapped on small-width devices: ![image](https://github.com/user-attachments/assets/f8f24904-7bfc-4091-aac6-6d6c0dbddecf) On an iPhone 17 iOS 26.1 using Safari

bug

### 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...

upstream Neovim

**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...

enhancement