projekt0n / github-nvim-theme

GitHub's Neovim themes
MIT License
2.07k stars 106 forks source link

Using default tildes on the nonelines #196

Closed mustafaergul closed 2 years ago

mustafaergul commented 2 years ago

Is there any way to use back the "~" for the non-edited(noneline) lines with this theme?

I have checked the option but it seems like there is no such option to bring back this feature.

Thanks.

ful1e5 commented 2 years ago

Set hide_end_of_buffer to false (default is true).

lua:

require('github-theme').setup({
  -- ...
  hide_end_of_buffer = false,
})

or vimscript:

let g:github_hide_end_of_buffer=false
" ...
"  load the colorscheme