fix(indent-blankline): load on BufReadPost to prevent neo-tree errors
This commit is contained in:
1 file changed
+1
-1
@@ -153,7 +153,7 @@ return {
|
||||
-- indent guides for Neovim
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = "BufReadPre",
|
||||
event = "BufReadPost",
|
||||
opts = {
|
||||
-- char = "▏",
|
||||
char = "│",
|
||||
|
||||
Reference in new issue
Block a user