dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.55k stars 1.44k forks source link

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

Open dougthor42 opened 2 years ago

dougthor42 commented 2 years ago

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

nospam2998 commented 1 month ago

Just like you @dougthor42, I also suspect this is not the best place to report. Yet then again, one might be surprised once one actually starts digging in the details. Sometimes #404 means maintainer not found, as an answer within a thread created by the one and only creator of dense-analysis and author of ale.

The description suggests data is scraped from public dot files, but maybe someone ought to have a look at the source code and figure out how it actually works?