neovim: highlight: hide filler line EndOfBuffer

This commit is contained in:
Hoang Nguyen 2021-10-23 00:30:44 +07:00
parent 6b48ca7940
commit 30ba9f6f1d
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function M.highlight_editor()
hi('LineNr' , c.grey3 , '' , '', '')
hi('MatchParen' , c.cyan , c.grey3, '', '')
hi('NonText' , c.highlight, '' , '', '')
hi('EndOfBuffer', c.highlight, '' , '', '')
hi('EndOfBuffer', c.black , '' , '', '') -- hide filler line ~ completely
hi('Normal' , c.fg , c.black, '', '')
hi('Pmenu' , c.fg , c.grey2, '', '')
hi('PmenuSbar' , c.fg , c.grey2, '', '')