From ad346693b42a9dd64a8ba591833342b9a2260ab5 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Fri, 17 Feb 2023 11:10:19 +1000 Subject: [PATCH] Format installation list in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 725aaca..d6f398e 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ Gotests-vim requires **gotests** to be available in your `$PATH`. Alternatively can provide path to **gotests** using `g:gotests_bin` setting. Plugin installation: -* [Pathogen](https://github.com/tpope/vim-pathogen) +* [Pathogen](https://github.com/tpope/vim-pathogen) * `git clone https://github.com/buoto/gotests-vim.git ~/.vim/bundle/gotests-vim` -* [vim-plug](https://github.com/junegunn/vim-plug) +* [vim-plug](https://github.com/junegunn/vim-plug) * `Plug 'buoto/gotests-vim'` -* [NeoBundle](https://github.com/Shougo/neobundle.vim) +* [NeoBundle](https://github.com/Shougo/neobundle.vim) * `NeoBundle 'buoto/gotests-vim'` -* [Vundle](https://github.com/gmarik/vundle) +* [Vundle](https://github.com/gmarik/vundle) * `Plugin 'buoto/gotests-vim'` -* [Vim packages](http://vimhelp.appspot.com/repeat.txt.html#packages) (since Vim 7.4.1528) +* [Vim packages](http://vimhelp.appspot.com/repeat.txt.html#packages) (since Vim 7.4.1528) * `git clone https://github.com/buoto/gotests-vim.git ~/.vim/pack/plugins/start/gotests-vim` ## Settings