vim: add <leader>D :AleToggle

fix-ci
bretello 2023-01-17 13:57:14 +01:00
parent b95fac5c72
commit 8d561fea1f
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ nmap <leader>h :ALEHover<CR>
nmap <leader>r :ALERename<CR>
nmap <leader>` :ALELint<CR>
nmap <leader>F :ALEFix<CR>
nmap <leader>D :ALEToggle<CR>
map <leader>nn :NERDTreeToggle<CR>