Edit embedded markdown tables in SC-IM in Vim. (Personal fork)
First, install the dependencies (ncurses
or ncursesw
, for more info see https://github.com/andmarti1424/sc-im/wiki/Building-SC-IM)
Currently, you need a fork of SC-IM which has the markdown additions required by the plugin:
git clone https://github.com/mipmip/sc-im
cd sc-im
git checkout markdown-import
make
sudo make install
Install with a vim-plugin manager e.g. Plug 'mipmip/vim-scimark'
See :help Scimark