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 9bdd553 commit ad03c42Copy full SHA for ad03c42
lua/diffview/actions.lua
@@ -1,3 +1,5 @@
1
+require("diffview.bootstrap")
2
+
3
local async = require("diffview.async")
4
local lazy = require("diffview.lazy")
5
lua/diffview/config.lua
---@diagnostic disable: deprecated
local EventEmitter = require("diffview.events").EventEmitter
local actions = require("diffview.actions")
lua/diffview/utils.lua
@@ -1,10 +1,8 @@
-local async = require("diffview.async")
local Job = lazy.access("diffview.job", "Job") ---@type diffview.Job|LazyModule
6
local api = vim.api
7
-local await = async.await
8
local logger = DiffviewGlobal.logger
9
10
local M = {}
0 commit comments