We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad03c42 commit 010766cCopy full SHA for 010766c
lua/diffview/utils.lua
@@ -1,9 +1,9 @@
1
local lazy = require("diffview.lazy")
2
3
local Job = lazy.access("diffview.job", "Job") ---@type diffview.Job|LazyModule
4
+local logger = lazy.access(_G, { "DiffviewGlobal", "logger" }) ---@type Logger
5
6
local api = vim.api
-local logger = DiffviewGlobal.logger
7
8
local M = {}
9
0 commit comments