dot-files/vim/.vim/after/plugin/mappings/ale.vim

3 lines
74 B
VimL
Raw Normal View History

2020-04-07 17:45:49 +02:00
" Use ALE LSP-powered symbol information
nnoremap <Leader>K :ALEHover<CR>