dense-analysis / dense-analysis/ale
VimAwesome still tells users to use old github path, eg `Plug 'w0rp/ale'`
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
I'm not sure if this is the place to report this, so please let me know if there's a better location.
## Information
**VIM version**
N/A
Operating System: N/A
## What went wrong
VimAwesome still tells users to install ALE using the old `w0rp` namespace. These should be updated to use `dense-analysis` instead.
https://vimawesome.com/plugin/ale
```shell
# Vundle
Plugin 'w0rp/ale'
# NeoBundle
NeoBundle 'w0rp/ale'
# VimPlug
Plug 'w0rp/ale'
# Pathogen
cd ~/.vim/bundle
git clone https://github.com/w0rp/ale
```
Eg:

## Reproducing the bug
N/A
### :ALEInfo
N/A
Contributor guide
Assessment
This issue has not been assessed yet.