I have an annoying problem that I have no idea how to fix it. Every time I open a specific log file for some weird reason the window starts with 2 spaces column.
This happen only with this specific log and I have no idea how to remove those columns. The only way that I've found is to rename the file (e.g. foo) and open it. When I do that, the layout is normal. Can anyone help please ?
Cheers, Stefano.

set foldcolumn=0in the specific log file? If that removes the column we'll have to figure out why it is set only for this file and see how to unset it. – statox Aug 01 '19 at 09:47:set signcolumn=no. As for why this happens with this specific file is hard to say without more information about the file and your Vim setup. You can try following the steps in How do I debug my vimrc file? – Martin Tournoij Aug 01 '19 at 09:49