From f5d4b4e46da13260ae0c51ed9e5985282ed86af9 Mon Sep 17 00:00:00 2001 From: Lorenz Bischof Date: Sun, 2 Apr 2017 18:17:55 +0200 Subject: [PATCH] Fix readme formatting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c0f1fa..5149ccf 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ There are several ways to do this href="https://github.com/tpope/vim-pathogen">pathogen.vim, then add a git submodule for your plugin: - ```sh +```sh $ cd ~/.vim $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-mode - ``` +``` + 3. Copy all files under autoload/, plugin/, doc/ to respective ~/.vim/autoload/, ~/.vim/plugin and ~/.vim/doc under UNIX or vimfiles/autoload/, vimfiles/plugin/ and vimfiles/doc under WINDOWS and