Justin M. Keyes

Results 2414 comments of Justin M. Keyes

writefile() has much more features, and avoids boilerplate. And both of the changes proposed here are general changes, they aren't only relevant to writefile(), though that is driving a concrete...

> There is nothing wrong with just accepting a string and interpret it the same way as a blob Exactly.

https://en.wikipedia.org/wiki/INI_file#Line_continuation

> Thoughts on a highlight namespace flag for `nvim_buf_set_extmark()` @bfredl @justinmk? > Reiterating the problem: extui is using window-local highlights (to link Normal to MsgArea and to hide search highlights),...

> E.g. `call nvim_echo([['Hello', 'Search']], 0, {})` is affected too And the tradeoff is that... a few highlights are shown wrong? Seems very low priority until we have finished other...

Is there a workaround, e.g. does forcing a refresh (`:mode`, `nvim__redraw`, or `nvim_ui_try_resize_grid()` with a different size) fix it? Perhaps https://github.com/neovim/neovim/issues/30582 and https://github.com/neovim/neovim/issues/30583 can be tracked here? Likely the same...

But only one window can be focused. I don't see a problem.

# Revised, minimal package spec: `pkg.json` ``` { "name" : "lspconfig", // OPTIONAL cosmetic name, not used for resolution nor filesystem locations. "description" : "Quickstart configurations for the Nvim-lsp client",...

> Should we perhaps have a way of describing why a dependency exists? You mean like pseudo "comments"? No, that doesn't sound like something needed in a minimal "P0" approach....

Great feedback! > > removed `"version" : "0.1.2",` > > Does this mean that a manifest file always tracks HEAD of the git repo? _(Added to "Closed questions")_ The dependents...