You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
},
})
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
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
inlazy.nvim/lua/lazy/util.lua
Line 23 in 6c3bda4
Steps To Reproduce
:Lazy
K
Expected Behavior
Browser should open the commit in browser.
Repro
The text was updated successfully, but these errors were encountered: