Is it possible to show gridlines in the background in vim?

2

Is it possible to show gridlines in the background in vim (ideally each four characters)? Or, if not possible in vim, is it possible in MacVim?

Alex Churchill

Posted 2012-06-28T22:24:22.063

Reputation: 123

Answers

2

It is not really a grid but vertical lines, but i don't think you need a full grid, here is a plugin providing - almost a grid:

https://github.com/nathanaelkane/vim-indent-guides

epsilonhalbe

Posted 2012-06-28T22:24:22.063

Reputation: 256

Works well enough for now. True grid system would be nice, though. – Alex Churchill – 2012-06-28T23:02:09.417