From f53e1e08804065ace6b60283d4c90406f6bcbb53 Mon Sep 17 00:00:00 2001 From: Amir Salihefendic Date: Sat, 15 Oct 2022 21:50:31 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a491c560..e11b76db 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,9 @@ You can also install your plugins, for instance, via pathogen you can install [v You can also install plugins without any plugin manager (vim 8+ required): * Add `packloadall` to your `.vimrc` file -* Create pack plugin directory: +* Create pack plugin directory:\ `mkdir -p ~/.vim_runtime/pack/plugins/start` -* Clone the plugin that you want in that directory, for example: +* Clone the plugin that you want in that directory, for example:\ `git clone --depth=1 git://github.com/maxmellon/vim-jsx-pretty ~/.vim_runtime/pack/plugins/start/vim-jsx-pretty`