From 1516ae4e24f86819380306870bbe21bc6ec8adc1 Mon Sep 17 00:00:00 2001 From: Geoffrey Date: Thu, 20 Jun 2019 17:35:28 +1200 Subject: [PATCH] Add installation method for recent versions of Vim. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f02a99..fdce308 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,12 @@ and other features for TypeScript editing. Install ------- -The simplest way to install is via a Vim add-in manager such as +From Vim 8 onward, the plugin can be installed as simply as: +``` +git clone https://github.com/leafgarland/typescript-vim.git ~/.vim/pack/typescript/start/typescript-vim +``` + +For older versions of Vim, the simplest way to install is via a Vim add-in manager such as [Plug](https://github.com/junegunn/vim-plug), [Vundle](https://github.com/gmarik/vundle) or [Pathogen](https://github.com/tpope/vim-pathogen/).