diff options
author | TheBearodactyl <114454115+TheBearodactyl@users.noreply.github.com> | 2023-03-10 18:02:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 09:02:01 +0900 |
commit | 011e4f6590e8fb26ee2b55bd6b368f1bb784a537 (patch) | |
tree | 016488b88db6052c1a42d9b55abbde706fc59304 | |
parent | f04887740dab9987db41be9fe78887e747ccaf99 (diff) | |
download | ale-011e4f6590e8fb26ee2b55bd6b368f1bb784a537.zip |
Added instructions for pathogen install (#4471)
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |