Skip to content

Commit 62a1996

Browse files
committed
fix: update event configuration for accelerated-jk, dial, and diffview plugins; set lazy loading for screenkey
1 parent c2ab0e0 commit 62a1996

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
return {
22
"rainbowhxch/accelerated-jk.nvim",
3+
event = { "VeryLazy" },
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
return {
22
"monaqa/dial.nvim",
3+
event = { "VeryLazy" },
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
return {
22
"sindrets/diffview.nvim",
3+
event = { "VeryLazy" },
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
return {
22
"j-hui/fidget.nvim",
3+
event = { "VeryLazy" },
34
opts = {},
45
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
22
"NStefan002/screenkey.nvim",
3-
lazy = false,
3+
lazy = true,
44
version = "*",
55
}

0 commit comments

Comments
 (0)