fix(plugins): lazy-loading on BufReadPre or BufReadPost, should also use BufNewFile. Fixes #169

This commit is contained in:
Folke Lemaitre 2023-02-07 21:59:33 +01:00
parent 088914e1dd
commit 5f5a564a82
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 8 additions and 8 deletions

View file

@ -149,7 +149,7 @@ return {
-- indent guides for Neovim
{
"lukas-reineke/indent-blankline.nvim",
event = "BufReadPost",
event = { "BufReadPost", "BufNewFile" },
opts = {
-- char = "▏",
char = "",
@ -163,7 +163,7 @@ return {
{
"echasnovski/mini.indentscope",
version = false, -- wait till new 0.7.0 release to put it back on semver
event = "BufReadPre",
event = { "BufReadPre", "BufNewFile" },
opts = {
-- symbol = "▏",
symbol = "",