NLKNguyen / papercolor-theme

:art: Light & Dark Vim color schemes inspired by Google's Material Design
MIT License
2.72k stars 239 forks source link

Allow option to hide tilde at the end of buffer #130

Closed bangedorrunt closed 4 years ago

bangedorrunt commented 5 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

hi EndOfBuffer guibg=#eeeeed guifg=#eeeeed
NLKNguyen commented 5 years ago

Did this PR #127 solve the issue?