Open
Description
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
Line 23 in 6c3bda4
Steps To Reproduce
- Install lazy.nvim in WSL2
- open Lazyvim logs by running
:Lazy
- 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
},
})