🚀 perf(nvim): some event fixing
This commit is contained in:
parent
e33072c225
commit
a02923f847
2 changed files with 1 additions and 2 deletions
|
@ -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" },
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
"HiPhish/rainbow-delimiters.nvim",
|
||||
event = "VeryLazy",
|
||||
event = "BufRead",
|
||||
config = function(_, opts)
|
||||
require("rainbow-delimiters.setup").setup({ opts })
|
||||
end,
|
||||
|
|
Loading…
Add table
Reference in a new issue