Increase your vim performance when using syntax highlighting

For any vim people, I thought you might find this useful. As people who have paired on my machine can attest, I have had super slow performance once I have a few panes open in tmux. Turns out the problem was poor performance with syntax highlighting. Setting ‘set re=1’ in your .vimrc reverts back to […]