Justin M. Keyes
Justin M. Keyes
Previous: https://github.com/vscode-neovim/vscode-neovim/issues/195 > provide a version built as webassembly That would be great, but it doesn't exist yet. Explored in https://github.com/neovim/neovim/issues/19863 , result was https://nvim.nry.app/ but I don't if the...
> corporate environments, such as that of my employer, where running arbitrary binaries downloaded from the internet on computers that have access to source code are either restricted or outright...
@MuNeNICK wonderful! How about sending a PR to https://github.com/neovim/neovim ? This is something we would like to start exercising in CI. https://github.com/neovim/neovim/issues/35567 I see that your scripts are in python....
Why not esbuild? I thought it was the preferred replacement for webpack.
Need more info than that. A reference to a comparison table, some more specifics. This adds 2k lines of new dependencies, that can cause future problems depending on the complexity...
> In December 2024, malicious versions of @rspack/core and @rspack/cli were published to npm due to a compromised token
> lets the user choose which parts of the statusline are rendered and in which order You can already do that by setting the Nvim 'statusline'. Why are we adding...
That wasn't clear from your PR description. Always describe the actual problem you are solving. In this case: ``` Problem: User can't disable display of msg_show, msg_showcmd and msg_showmode events....
Waiting for comments from other maintainers.
That is more the domain of https://github.com/neovim/packspec . lspconfig is not a package spec. If LSP doesn't have a way for servers to indicate their license, I don't think we...