From 2b93d079ee52f4d9bfec30e345e93cf90727aa87 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Mon, 26 Oct 2020 16:10:30 -0400 Subject: [PATCH] add mappings --- stow/vim/.vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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 "}}}