From: Sergey Matveev Date: Sun, 2 Jul 2023 17:13:28 +0000 (+0300) Subject: Faster LSP diagnostics moving X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=cf5dfb6ff326247bf127a7d247c4f88c8cdb31a6;p=dotfiles.git Faster LSP diagnostics moving --- diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 9a76421..62e8f49 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -47,3 +47,5 @@ autocmd CursorMoved * silent! LspDiagCurrent nmap gd :LspGotoDefinition nmap gd :vert LspGotoDefinition nmap :lopen +nmap [l :LspDiagPrev +nmap ]l :LspDiagNext