fix(indent-blankline): load on BufReadPost to prevent neo-tree errors

This commit is contained in:
Folke Lemaitre committed 2023-01-22 11:09:05 +01:00
1 parent 280f4cf299
commit 1ea6534ba4
1 file changed
+1 -1
+1 -1
View File
@@ -153,7 +153,7 @@ return {
-- indent guides for Neovim
{
"lukas-reineke/indent-blankline.nvim",
event = "BufReadPre",
event = "BufReadPost",
opts = {
-- char = "▏",
char = "",