1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update plugin spec

This commit is contained in:
jdhao
2023-10-12 23:26:01 +02:00
parent 8d74fcb75c
commit dfaa3d97a5
2 changed files with 24 additions and 30 deletions

View File

@@ -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,
},