ale icon indicating copy to clipboard operation
ale copied to clipboard

VimAwesome still tells users to use old github path, eg `Plug 'w0rp/ale'`

Open dougthor42 opened this issue 1 year ago • 0 comments

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

# Vundle
Plugin 'w0rp/ale'
# NeoBundle
NeoBundle 'w0rp/ale'
# VimPlug
Plug 'w0rp/ale'
# Pathogen
cd ~/.vim/bundle
git clone https://github.com/w0rp/ale

Eg:

image

Reproducing the bug

N/A

:ALEInfo

N/A

dougthor42 avatar Sep 06 '22 18:09 dougthor42