Closed bangedorrunt closed 4 years ago
Please add option to hide tilde at the end of buffer for better readability and UI.
I could do it manually in my .vimrc by override EndOfBuffer group
EndOfBuffer
hi EndOfBuffer guibg=#eeeeed guifg=#eeeeed
Did this PR #127 solve the issue?
Please add option to hide tilde at the end of buffer for better readability and UI.
I could do it manually in my .vimrc by override
EndOfBuffer
group