dundargoc
dundargoc
> Would it be possible to export this as a callable function? Or add a way to hook into it? Do you mean `get_url()` specifically, or the entire ```lua function()...
I've created module `vim.url` and added the function `_get_url()`. Underscore to mark it private. I don't particularly care where this is added, I just chose something. If someone wants this...
Future improvements: - Allow links without "https", e.g. using `gx` on "github.com" doesn't work. - (Optional) upstream https://github.com/icholy/lsplinks.nvim or a variation of it. Unsure if it's useful enough to upstream...
McPull Requests welcome!
> Question: how is this "completed"? Is the solution installing `tmux 3.5`?? Yeah. Tmux has already made a fix for this so there's no reason for us to keep track...
@camoz I'm having trouble understanding exactly what you mean. Mind sending a PR with your suggested changes?
TODO: nvim vs nvim vs nvim
Future improvements: - Reduce the five provider checks into a single checks. Triple nested checkhealths is overkill in granularity. - `:checkhealth vim` should run all healthchecks under the `vim` module...
Tbh does anyone care about this?
> "nvim" was for non-provider checks, especially configuration-related checks. I know, but neovim is the only thing that has multiple top-level checkhealth modules. Remember, there was no real way to...