jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.12k stars 266 forks source link

Adding table support #199

Closed osleg closed 8 years ago

osleg commented 9 years ago

Hello. There is a plugin vim-table-mode which allows drawing of tables in vim. While vim-orgmode doesn't have built-in support the table-mode plugin draws the tables in the propper org mode way and from my tests it can be used with vim-orgmode to add table's support. https://github.com/dhruvasagar/vim-table-mode

osleg commented 8 years ago

duplicate of #159