aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2023-10-12 23:26:01 +0200
committerjdhao <jdhao@hotmail.com>2023-10-12 23:26:43 +0200
commitdfaa3d97a58ffabaab65abf2ad303a594d53f17d (patch)
treee7178e8afc1776a07c37af75ec09a24b2d794312 /lua
parent8d74fcb75c49f738d16299359f15a5fc7736c09f (diff)
update plugin spec
Diffstat (limited to 'lua')
-rw-r--r--lua/plugin_specs.lua12
1 files changed, 3 insertions, 9 deletions
diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua
index 1edbe04..ab80948 100644
--- a/lua/plugin_specs.lua
+++ b/lua/plugin_specs.lua
@@ -91,9 +91,7 @@ local plugin_specs = {
"smoka7/hop.nvim",
event = "VeryLazy",
config = function()
- vim.defer_fn(function()
- require("config.nvim_hop")
- end, 2000)
+ require("config.nvim_hop")
end,
},
@@ -184,9 +182,7 @@ local plugin_specs = {
"rcarriga/nvim-notify",
event = "VeryLazy",
config = function()
- vim.defer_fn(function()
- require("config.nvim-notify")
- end, 2000)
+ require("config.nvim-notify")
end,
},
@@ -461,9 +457,7 @@ local plugin_specs = {
"folke/which-key.nvim",
event = "VeryLazy",
config = function()
- vim.defer_fn(function()
- require("config.which-key")
- end, 2000)
+ require("config.which-key")
end,
},