[ADD][VIM] ALE related mappings
This commit is contained in:
parent
cf0d4f83bf
commit
1a76ae3dec
8
vim/.vim/after/plugin/mappings/ale.vim
Normal file
8
vim/.vim/after/plugin/mappings/ale.vim
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
" Use ALE LSP-powered go-to-definition
|
||||||
|
nnoremap <Leader>gd :ALEGoToDefinition<CR>
|
||||||
|
|
||||||
|
" Use ALE LSP-powered find-references
|
||||||
|
nnoremap <Leader>gr :ALEFindReferences<CR>
|
||||||
|
|
||||||
|
" Use ALE LSP-powered symbol information
|
||||||
|
nnoremap <Leader>K :ALEHover<CR>
|
Loading…
Reference in a new issue