caio.co/de/vim-runtime

Map :ALEDetail to <leader>D

`rustc` and `clippy` often give good advice on diagnostics, so I've
been reaching to `:ALEDetail` very often over the past few months
Id
5eee5d6b1253e5b15c434ceb88df94e4e567d608
Author
Caio
Commit time
2020-05-05T10:54:09+02:00

Modified vimrc

@@ -28,6 +28,7
nmap <silent> ]c <Plug>(ale_next_wrap)
nmap <silent> [C <Plug>(ale_previous_wrap_error)
nmap <silent> ]C <Plug>(ale_next_wrap_error)
+nmap <silent> <leader>D :ALEDetail<CR>

if executable("node")
Plug 'neoclide/coc.nvim', {'branch': 'release'}