-
-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Sometimes my indentation guides start looking like this.
Unfortunately I cannot reliably reproduce this, but it sometimes happens when I open a second neovim instance in another tmux window. The problem then persists even after closing both instances and just opening one again though.
I can usually fix it by putting require("ibl").setup() at the end of my config (after the lazy.nvim setup) which makes the plugin load with the default options, then deleting that line again and on the next neovim launch everything looks as expected again (like the default screenshot in the README, just a different color and char for the scope).
I don't know if this a bug in the plugin or in my neovim config, maybe someone has encountered this before. I'm using lazy.nvim as a package manager.
