10000 bug: lazyvim logs don't open hover action in WSL · Issue #1947 · folke/lazy.nvim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
bug: lazyvim logs don't open hover action in WSL #1947
Open
@80avin

Description

@80avin

Did you check docs and existing issues?

  • I have read all the lazy.nvim docs
  • I have updated the plugin to the latest version before submitting this issue
  • I have searched the existing issues of lazy.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.11.0-dev-1918+ge46f07b1d2

Operating system/version

Windows 11 ( WSL2 - Ubuntu 24.04 )

Describe the bug

Pressing K over commit IDs in lazyvim logs doesn't open the commit ID in browser.

This issue gets solved if I use vim.ui.open in

function M.open(uri, opts)
instead of the implemented logic.

Steps To Reproduce

  1. Install lazy.nvim in WSL2
  2. open Lazyvim logs by running :Lazy
  3. On any plugin's commit id, press K

Expected Behavior

Browser should open the commit in browser.

Repro

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
  spec = {
    -- add any other plugins here
  },
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0