Nick Jensen

Results 11 issues of Nick Jensen

The latest commit 7e41cd7628d9844b4e66b45104f3abc326aa1a00 causes the `E37: Buffer would be deleted` error to be displayed when using `-` or `:Dirvish` from a [vim-startify](https://github.com/mhinz/vim-startify) window. Of course there is a simple...

question

Commit b62de9d introduced the nice feature of having % and # automatically expanded. Unfortunately, it makes it impossible to e.g. `:Grep asyncdo#run` (grep for "asyncdo#run" using the `:Grep` command suggested...

This PR introduces a new test runner window. It displays the tests and their state ("not run", "running", "passed" and "failed") using syntax highlighting, leaving previously run tests in the...

During the recent refactorings, we have removed support for the legacy server, OmniSharp-server. As part of this, the `:OmniSharpBuild` commands have also been removed - OmniSharp-roslyn does not have `/build`...

This PR adds command `:OmniSharpFold` to provide OmniSharp-roslyn backed folding, using a `/v2/codestructure` call to find all ranges in the file, and then build folds based on these. Currently any...

There is a reasonably long-standing bug in Vim affecting `:goto` and `line2byte()` when text properties are present on a line: https://github.com/vim/vim/issues/5930 This results in `exe 'goto' line2byte(...)` always ending on...

On my linux host I can't run the default `npm run prerender` (`npm run build && hyperstatic`) because puppeteer hangs when running in a sandbox. A quick DDG for "--no-sandbox"...

Currently, each time the quickfix window is opened, an extra `BufEnter` and `BufWinEnter` autocmd is added. This can be demonstrated (after opening the quickfix/locationlist windows a few times) with this...

Adding the "supportsGotoTargetsRequest" would allow skipping/repeating sections of code, as one can by dragging the debugger location icon in Visual Studio. [https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Goto](https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Goto)

feature request

This PR updates all outdated dependencies to their latest versions, except for typescript, which is still on the highest 4.X.X version - upgrading typescript to 5.X.X results in errors from...