We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.9.5
Fedora
Error is shown when Trouble is used. Introduced in recent commit it seems, in utils.lua:
function M.is_win() return vim.uv.os_uname().sysname:find("Windows") ~= nil end
Should use local uv variable here instead of vim.uv it seems. Fixing it locally fixes error message.
uv
vim.uv
Thank you!
do Trouble lsp_references in neovim 0.9.5
No errors shown
No response
The text was updated successfully, but these errors were encountered:
1acfb6c
Successfully merging a pull request may close this issue.
Did you check docs and existing issues?
Neovim version (nvim -v)
0.9.5
Operating system/version
Fedora
Describe the bug
Error is shown when Trouble is used.
Introduced in recent commit it seems, in utils.lua:
Should use local
uv
variable here instead ofvim.uv
it seems. Fixing it locally fixes error message.Thank you!
Steps To Reproduce
do Trouble lsp_references in neovim 0.9.5
Expected Behavior
No errors shown
Repro
No response
The text was updated successfully, but these errors were encountered: