🚀 perf(nvim): some event fixing

This commit is contained in:
Sergio Laín 2023-11-21 14:01:08 +01:00
parent e33072c225
commit a02923f847
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
return {
"monaqa/dial.nvim",
event = "VeryLazy",
-- stylua: ignore
keys = {
{ "<A-a>", function() return require("dial.map").inc_normal() end, expr = true, desc = "Increment" },

View file

@ -1,6 +1,6 @@
return {
"HiPhish/rainbow-delimiters.nvim",
event = "VeryLazy",
event = "BufRead",
config = function(_, opts)
require("rainbow-delimiters.setup").setup({ opts })
end,