Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: lazyvim logs don't open hover action in WSL #1947

Open
4 tasks done
80avin opened this issue Mar 13, 2025 · 0 comments · May be fixed by #1948
Open
4 tasks done

bug: lazyvim logs don't open hover action in WSL #1947

80avin opened this issue Mar 13, 2025 · 0 comments · May be fixed by #1948
Labels
bug Something isn't working

Comments

@80avin
Copy link

80avin commented Mar 13, 2025

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
  },
})
@80avin 80avin added the bug Something isn't working label Mar 13, 2025
80avin added a commit to 80avin/lazy.nvim that referenced this issue Mar 13, 2025
@80avin 80avin linked a pull request Mar 13, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant