Christian Clason

Results 1823 comments of Christian Clason

Features will land in the next minor release after the merge, in this case 0.12.

This is a neat idea, but: > Downside: virtual lines are truncated when they do not fit the screen. That is kind of a blocker (since this is often triggered...

> I have also noticed this, but I have pos = "box". Is it expected to open the more window with box? I would expect it to not open unless...

we definitely need a rebase ;)

I've been using it for a long time now and _much_ prefer it to the current default (admittedly, I'm also using a fairly muted highlight group for it). (Of course,...

> Replace all of these functions with 2 APIs: ``` nvim_text_get(buf: int, opts: dict) nvim_text_put(buf: int, text: string, opts: dict) nvim_text_set(buf: int, text: string, opts: dict) ``` ... and a...

> Closes https://github.com/neovim/neovim/issues/22368 No. That PR is not specifically about a Lua (filetype) `keywordprg`, it's about adding _native_ support for assigning a Lua funcref to that option. This requires changes...

Would this be a full runtimepath? I.e., allow for project-level treesitter queries (and parsers)?