Melker Ulander

Results 99 comments of Melker Ulander

I'm having a similar issue where if `winhighlight` is set, nothing happens if I change the highlight of `CursorLineNr`, `CursorLine`, `LineNr`, `EndOfBuffer` (and probably more highlight groups) until I open...

@David-Kunz I think I found the problem: the debugger tries to run `~/node_modules/.bin/jest` even though my workspace, or Neovim's cwd isn't in my home directory. If I first navigate to...

I'm guessing that the first problem is [here](https://github.com/David-Kunz/jester/blob/main/lua/jester/init.lua#L14) since `cwd` only gets computed once when jester is loaded.

After updating, the error message seems to have changed to "Breakpoint set but not yet bound". Also, the "No active session" message still is printed when I do `require('jester').debug()` :thinking:

I have the same issue on Manjaro GNOME. Your workaround works for me but perhaps the issue shouldn't closed yet since this is likely a bug that needs to be...

Thank you for your response @davidkircos I hadn't heard of that particular Emacs plugin. Although it seems to be more keyboard oriented, it apperas to be lacking modality. I.e. it...

By remapping `Markdown_EditUrlUnderCursor`, vim-markdown's default `ge` mapping disappears, so my solution is to remap it to `` (a valid remap to a key that doesn't exist on most keyboards) like...

Why not have it mapped to `gf` and have it overloaded so that `gf` also works as usual on "regular" file paths? `gf` is already a built-in Vim concept (go...