vim-plugin-minibufexpl
vim-plugin-minibufexpl copied to clipboard
Disable cursorline to avoid bg color override
When trying to set the color scheme for MBE, I noticed that background colors where ignored. This was caused by the cursorline being set to the one and only line in the MBE buffer. Disabling the cursorline allows setting background colors.