Skip to content

Commit

Permalink
vim: 'w0rp/ale' pack is 'dense-analysis/ale' now
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkaizhao committed May 13, 2022
1 parent 757fa07 commit 7919c50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ if exists('g:loaded_minpac')
call minpac#init()
call minpac#add('k-takata/minpac', {'type': 'opt'})

" ALE https://github.com/w0rp/ale
call minpac#add('w0rp/ale')
" ALE https://github.com/dense-analysis/ale
call minpac#add('dense-analysis/ale')
" base16-vim https://github.com/chriskempson/base16-vim
call minpac#add('chriskempson/base16-vim')
" bufferhint https://github.com/bsdelf/bufferhint
Expand Down Expand Up @@ -194,7 +194,7 @@ if exists('g:loaded_minpac')

" -> pack configurations

" - ALE https://github.com/w0rp/ale
" - ALE https://github.com/dense-analysis/ale

"let g:ale_linters_explicit = 1
"let g:ale_completion_delay = 500
Expand Down

0 comments on commit 7919c50

Please sign in to comment.