From 011e4f6590e8fb26ee2b55bd6b368f1bb784a537 Mon Sep 17 00:00:00 2001 From: TheBearodactyl <114454115+TheBearodactyl@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:02:01 -0600 Subject: Added instructions for pathogen install (#4471) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c1f8d79b..e94ede75 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,11 @@ Plug 'dense-analysis/ale' Plugin 'dense-analysis/ale' ``` +#### [Pathogen](https://github.com/tpope/vim-pathogen) +```vim +git clone https://github.com/dense-analysis/ale ~/.vim/bundle/ale +``` + ## Contributing If you would like to see support for more languages and tools, please -- cgit v1.2.3