Justin M. Keyes

Results 2414 comments of Justin M. Keyes

This currently only changes the docs. Is that intended?

> That sounds like a reasonable enhancement. Hopefully there aren't any plugins relying either on the current naming scheme of `man://` buffers or on catching the errors. We don't need...

~~If there isn't already a way for `:profile` to "eagerly" write to its file, yes that really should be added.~~ (Edit: `:profile dump` works, see https://github.com/neovim/neovim/pull/30836 . But it could...

The config is a single file, you can inspect it: https://github.com/neovim/nvim-lspconfig/blob/master/lsp/julials.lua This repo is just a collection of user-provided configs. We don't provide support for the 1000s of configs here.

sure, PR welcome. though I think @bfredl @clason use julia and maybe they can give a +1

> The command line window should act like as search commands and the command line already do normally. Meaning, you want them to highlight as-you-type ?

Both 'incsearch' and 'inccommand' work in the `q:` cmdwin (tested Nvim 0.12).

I see that this is used in `root_pattern`. Note that all of util.lua will be removed: https://github.com/neovim/nvim-lspconfig/issues/2079 But in order to fully remove it, we need to figure out what's...

I didn't test my code suggestion. Can you confirm that you tested the latest version of this PR?

still waiting on an answer to my last comment. also, please rebase