vim: bind ALEFix

This commit is contained in:
Tim Schubert 2021-04-20 21:45:15 +02:00
parent 6e540a51e3
commit ca0d3de726
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -119,6 +119,7 @@ nmap <leader>ss :ALESymbolSearch <C-R><C-A><Enter>
nmap <leader>rn :ALERename<Enter>
nmap <leader>rf :ALERefactor<Enter>
nmap <leader>ca :ALE<Enter>
nmap <leader>fx :ALEFix<Enter>
" Enable completion where available.
" This setting must be set before ALE is loaded.