hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

Use vim-table-mode instead of inbuilt table formatter #62

Closed dhruvasagar closed 5 years ago

dhruvasagar commented 10 years ago

Hi, I am the author of vim-table-mode (http://github.com/dhruvasagar/vim-table-mode), I believe I have done a fairly decent job at that and it has quite a few good features on the lines of orgmode tables, including a reasonably powerful yet simple formula engine. In practice I believe it works better than what vimorganizer tables do, but let me know if you think otherwise.

I was wondering if we can switch to using my vim-table-mode rather than what's already there.