tabular/README.md

19 lines
1012 B
Markdown
Raw Normal View History

2013-01-28 01:05:19 -05:00
Tabular
2012-12-21 15:42:41 -08:00
==============
Sometimes, it's useful to line up text. Naturally, it's nicer to have the
computer do this for you, since aligning things by hand quickly becomes
unpleasant. While there are other plugins for aligning text, the ones I've
tried are either impossibly difficult to understand and use, or too simplistic
to handle complicated tasks. This plugin aims to make the easy things easy
and the hard things possible, without providing an unnecessarily obtuse
interface. It's still a work in progress, and criticisms are welcome.
2013-01-28 01:05:19 -05:00
See [Aligning Text with Tabular.vim](http://vimcasts.org/episodes/aligning-text-with-tabular-vim/)
for a screencast that shows how Tabular.vim works.
2013-01-28 01:23:21 -05:00
The easiest way to install Tabular is to use [pathogen](https://github.com/tpope/vim-pathogen).
See [doc/Tabular.txt](http://raw.github.com/godlygeek/tabular/master/doc/Tabular.txt)
for detailed documentation - or, after installing Tabular, you can use `:help tabular`
for a syntax-highlighted version of the docs.