diff --git a/stow/vim/.vim/vimrc b/stow/vim/.vim/vimrc index 970b759..d89fa64 100644 --- a/stow/vim/.vim/vimrc +++ b/stow/vim/.vim/vimrc @@ -298,6 +298,9 @@ vmap gx (openbrowser-smart-search) "ale nnoremap at :ALEToggle nmap af (ale_fix) +nmap aK (ale_hover) +nmap agd (ale_go_to_definition) +nmap agd (ale_go_to_definition) "lsp function! s:on_lsp_buffer_enabled() abort @@ -313,6 +316,7 @@ function! s:on_lsp_buffer_enabled() abort nmap ]g (lsp-next-diagnostic) nmap K (lsp-hover) nmap lf (lsp-document-format) + nmap lst (lsp-status) endfunction "}}}