Adding more files to be lazy loaded

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-05 18:52:46 +02:00
parent b3d4b4a146
commit 9ad13bb9a1
10 changed files with 16 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
return {
"lukas-reineke/indent-blankline.nvim",
event = { "BufEnter", "BufRead" },
event = { "BufReadPre", "BufNewFile" },
config = function()
local blankline = require("indent_blankline")