diff --git a/README.md b/README.md index 9ffd87a..6497d79 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ lua require'nvim_lsp'.pyls.setup{on_attach=require'diagnostic'.on_attach} - Use `PrevDiagnostic` and `NextDiagnostic` to jump to the previous and next diagnostic under your cursor. +- `PrevDiagnosticCycle` and `NextDiagnosticCycle` not only jump to the previous and next diagnostic but also +cycle through the diagnostic if you're at the first or last diagnostic. - `OpenDiagnostic` will open a location list and jump back to previous window. ## Options @@ -119,10 +121,6 @@ let g:diagnostic_auto_popup_while_jump = 0 let g:diagnostic_insert_delay = 1 ``` - - - - ## WARNING - This plugin is in the early stages and might have unexpected issues.