Chris Grieser
Chris Grieser
Hmm, does not look like it
Currently, click opens in the a surfing tab, and cmd+click opens in the external browser. Ideally, there would be an option to switch that behavior. 😊
Another thing I noticed: when you a hotkey for `Follow Link under cursor`, you normally are also able to open a link in the external browser. However, this command, too,...
huh, I came here exactly for this. dot repeatability would be nice indeed!
found this plugin via homebrew, so I assume someone has added it already.
Yes, that can be done and is one of the reasons "obsidian community" exists.
I made a small function that directly uses the breakpoint data to go to the next breakpoint, without the quickfix list as intermediary. If you are at a breakpoint, it...
> I wonder if this will make too much unnecessary notification Imo, the fact that `vim.lsp.buf.rename` can apply changes to files that you haven't even opened is consequential enough to...
Okay then, I added an option for whether to show the notification. I think you can make the argument to make it opt-out, since the notification is rather making the...
also, `getline()` should return a string (or list), not `any`. This cursor string methods such as ":find()" to also be marked as problems by the lsp