Justin M. Keyes
Justin M. Keyes
doxygen generated documentation looks broken, likely an accident of the (_much_ appreciated) CSS updates by @rockerBOO https://github.com/neovim/neovim.github.io/pulls?q=is%3Apr+author%3ArockerBOO - https://neovim.io/doc/dev/pages.html -  ## Solution To fix this we likely need to...
UIs and other Nvim applications often [search for Nvim](https://github.com/asvetliakov/vscode-neovim/issues/195) in the system/environment, or else they require users to specify an exact path. - similar usecase is [firenvim's get_progpath()](https://github.com/glacambre/firenvim/blob/ca11ab668792920cac8b4195fd36b19cc32af449/autoload/firenvim.vim#L247) though that...
## Problem https://github.com/neovim/nvim-lspconfig/issues/1742 reported that the generated docs for `root_dir` are sometimes invalid. The response was https://github.com/neovim/nvim-lspconfig/commit/9dc02492c4a457479f8a0ec7a65aac1852ff59c0 which just removed the generation: https://github.com/neovim/nvim-lspconfig/commit/733fe92baafb23cb413300571e31cb1fec962b1a Besides being cumbersome, the manual documentation leads...
UIs and other Nvim applications often [search for Nvim](https://github.com/asvetliakov/vscode-neovim/issues/195) in the system/environment, or else they require users to specify an exact path. - similar usecase is [firenvim's get_progpath()](https://github.com/glacambre/firenvim/blob/ca11ab668792920cac8b4195fd36b19cc32af449/autoload/firenvim.vim#L247) though that...
Currently nvim-qt requires `--` to know which arguments to send to `nvim.exe`. It would be better to whitelist things like `--geometry`, and send everything _else_ to `nvim.exe`. (Ideally the number...
There's another project (since 2016) with a similar name: https://github.com/libmpack/libmpack Would be useful to see it in your comparison table: https://github.com/ludocode/mpack#comparison-with-other-parsers I also wonder if the names are too similar?...
## Problem - yarn is less common than NPM. - It's an extra dependency (vs npm, which is present on all nodejs dev environments) - No strong reason to use...
`AF_UNIX` is supported on Windows now, and has some advantages over named pipes: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/ What are your thoughts on adding support for this to the `uv_pipe_*` family of functions? 1....
This PR fixes some potential UB found in kbtree: https://github.com/neovim/neovim/pull/10025