Justin M. Keyes

Results 2414 comments of Justin M. Keyes

FYI before anyone works too hard on this: :UpdateRemotePlugins will be deprecated pretty soon https://github.com/neovim/neovim/issues/27949 . Only thing blocking it is updating the https://github.com/neovim/pynvim api client and perhaps providing a...

> I expect that `nvim -e` does not send any terminal escape sequences and that it acts entirely like a line editor. The reason for the current behavior was to...

> 3\. run the following command, to set the style of the visual selected text to italic or bold: > > ``` > hi Visual term=italic gui=italic > hi Visual...

- This again looks like it's getting overcomplicated. And no, it's not because "the topic requires it to be complicated". - netrw downloads spellfiles and `:edit https://...` files and I've...

Fixed by https://github.com/neovim/nvim-lspconfig/pull/3794

> the C default status line implementation is a little tricky to translate into a format string Might need to define a lua/vimscript function(s) which are part of the new...

FYI: to [run a single test](https://github.com/neovim/neovim/blob/master/test/README.md#filter-by-file) you can use TEST_FILE: TEST_FILE=test/functional/example_spec.lua make functionaltest

> I think that adding a relatively simple (unlike the above) vimscript/lua function that mimics the C statusline without preserving the same quirks Yes, that's the main idea. If there...

> Where should a hypothetical lua statusline live? I guess in `runtime/lua/vim/_defaults.lua`. But the more I think about this, the more I'm leaning towards avoiding that entirely. Instead, can you...