From dfaa3d97a58ffabaab65abf2ad303a594d53f17d Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 12 Oct 2023 23:26:01 +0200 Subject: update plugin spec --- lua/plugin_specs.lua | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'lua/plugin_specs.lua') 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, }, -- cgit v1.2.3