diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugin_specs.lua | 12 |
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, }, |
