Justin M. Keyes

Results 2414 comments of Justin M. Keyes

reverted https://github.com/neovim/nvim-lspconfig/pull/3729 @ryoppippi if you want to try a more targeted change, please feel free

> Shouldn't vcruntime140.dll get installed by the installer? No. That is generally a one-time global install that you must perform yourself. btw, what does `winver` report as your exact Windows...

> Also `:help supported-platforms` does not help much if nvim does not start. But Windows Server is missing all kinds of things (winver, explorer, vcrt, ...). Though I know it's...

> Unfortunately, windows is lacking one [scoop](https://scoop.sh/) and [winget](https://github.com/microsoft/winget-cli) are windows packages managers. But idk if they install vcruntime140.dll when needed.

> nvim depends on vcruntime140.dll did you try the latest nightly? https://github.com/neovim/neovim/releases/tag/nightly there have been changes to the build compared to the stable build. from https://learn.microsoft.com/en-us/cpp/windows/universal-crt-deployment?view=msvc-170 > The Universal CRT...

> having to call the `getwininfo` function to get its `textoff` fields is a bit complicated, when a direct call to `win_col_off` using the window id could be easily added..?)...

> E481: No range allowed fixed in https://github.com/neovim/neovim/pull/25922

Is this still an issue with latest `master` (Nvim 0.12)?

> `vim.treesitter.get_parser()` should return the parser file location. This at least would be a fairly cheap improvement? Or is it already available somewhere I missed?