Made beacon nvim lazy load

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-05 21:17:07 +02:00
parent 9ad13bb9a1
commit 306ccb34fa

View File

@@ -1,5 +1,6 @@
return {
"rainbowhxch/beacon.nvim",
event = { "BufReadPre", "BufNewFile" },
config = function()
local beacon = require("beacon")