From d5b9ce4d9ef9035d16b26408da3782534fb9b4cf Mon Sep 17 00:00:00 2001 From: IanGC Date: Fri, 24 Jul 2020 15:26:10 -0400 Subject: [PATCH] Add instructions for installation via vim-plug --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a724c4..580b4e8 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-m ~/.vim/autoload/, ~/.vim/plugin and ~/.vim/doc under UNIX or vimfiles/autoload/, vimfiles/plugin/ and vimfiles/doc under WINDOWS and restart VIM + +4. Alternatively, if using vim-plug, then add `Plug 'dhruvasagar/vim-table-mode'` to your ~/.vimrc. ### Creating table on-the-fly