]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Faster LSP diagnostics moving
authorSergey Matveev <stargrave@stargrave.org>
Sun, 2 Jul 2023 17:13:28 +0000 (20:13 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 2 Jul 2023 17:13:28 +0000 (20:13 +0300)
vim/.vim/plugin/lsp.vim

index 9a764211bfcf25a141a6731c8eadc05229ea6ac3..62e8f49139a90d7eeb88aff2a50687856f5016da 100644 (file)
@@ -47,3 +47,5 @@ autocmd CursorMoved * silent! LspDiagCurrent
 nmap gd :LspGotoDefinition<CR>
 nmap <C-W>gd :vert LspGotoDefinition<CR>
 nmap <F6> :lopen<CR>
+nmap [l :LspDiagPrev<CR>
+nmap ]l :LspDiagNext<CR>