Tag Archives: vim

Showing trailing whitespace in Vim

0
Filed under Development
Tagged as , , ,

Git has been warning me for leaving trailing whitespace in code files every now and then. So I decided to put this in my .vimrc:

Source: here

Vim settings

0
Filed under Development
Tagged as , , , , ,

I used to carry all my vim settings in a .tar.gz file wherever I would go. Sometimes it would get messy because I would forget to get something from somewhere so I would need to create it from scratch. Now I’ve got everything in a public git repository, and I hope it could be useful for other vim beginners too.

The repository can be found here.