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:
@@ -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,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user