vim: fix ale plugin path

This commit is contained in:
Mathieu Maret 2022-07-19 23:26:51 +02:00
parent 2dcb6bdcf7
commit 5250be5d3d
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -658,7 +658,7 @@ imap <c-x><c-l> <plug>(fzf-complete-line)
if v:version >= 800
" Async lint
" Plugin 'w0rp/ale'
" Plugin 'dense-analysis/ale'
let g:ale_fixers = {
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
\}