kugelest
Results
1
comments of
kugelest
I had the same issue. The problem was, that I had autocmds for only showing cursorline in active window: ` vim.api.nvim_create_autocmd( { "InsertLeave", "WinEnter" }, { pattern = "*", command...