In vi/vim I can throw set list in my .vimrc file to show newline characters as $ which is very useful for my development needs.
Though the same command in neovim shows only - for trailing spaces while newlines are still invisible.
Is there any way to show newline characters in neovim as it's in vi/vim?