-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Prerequsities
- The "Troubleshooting" section of the README did not help
- I've installed the required dependencies
- I'm on the latest version of the plugin
Bug Description
In lua/gitlab/reviewer/diffview.lua there is a local diffview_lib = require("diffview.lib") line that triggers
|| ...ck/home-manager/start/diffview.nvim/lua/diffview/lib.lua:12: attempt to index global 'DiffviewGlobal' (a nil value)
|| # stacktrace:
|| - ~/.local/share/nvim/site/pack/home-manager/start/diffview.nvim/lua/diffview/lib.lua:12
|| - /gitlab.nvim/lua/gitlab/reviewer/diffview.lua:5
|| - /gitlab.nvim/lua/gitlab/reviewer/init.lua:2
|| - /gitlab.nvim/lua/gitlab/init.lua:5
|| - ~/.config/nvim/lua/lazyplugins/git.lua:10 _in_ **config**
|| - ~/.config/nvim/lua/init-manual.lua:60
|| - ~/home/config/nvim/init.lua:12
if you have https://github.com/sindrets/diffview.nvim installed as well aka require("gitlab.diffview.lib") instead.
everything included should be scoped by the plugin name.
Reproduction Steps
install https://github.com/sindrets/diffview.nvim and gitlab.nvim
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed