taylor-peterson / etc

config files for taylor-peterson
MIT License
0 stars 0 forks source link

Evaluate Tabular Editing Plugins #23

Open taylor-peterson opened 8 years ago

taylor-peterson commented 8 years ago

Done when:

  1. You've looked for other options
  2. You've tried out:
  3. You've made a choice and added one to init.vim
  4. You've read the documentation
  5. You have a good sense of how to integrate it into your workflow
taylor-peterson commented 8 years ago

For my first pass, I was just looking for alignment (e.g. align everything on an equals sign). For that, the following didn't make the cut:

I also found a few plugins that are better suited for editing actual tables than aligning code:

So for now, I'll be giving the below a go:

This issue will remain open until I investigate the table-editing plugins or decide I don't need them.

taylor-peterson commented 7 years ago

vim-table-mode and csv.vim target different use cases - creating tables and manipulating csv files respectively. Both seem well-suited for their intended purpose. Since I currently don't have any need for table creation/editing, I won't be looking into vim-table-mode further. csv.vim looks to be a good addition though.