so I just switched to neovim and I need some help because I am not fimiliar with the new envoriment I'm having, which are 2 major ones. And please keep in mind that when I am refering to neovim it is the same thing as refering to vim.
If you would like to have additinol information you can find my neovim configuration file here and some system information here. Any help would be greatly appreciated!
You can show spaces by dots using this commands
:set list
:set listchars+=space:.
Or you can replace .
with any other character you like.