Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit da5e935

Browse files
committed
README update
1 parent f88b35a commit da5e935

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ lua require'nvim_lsp'.pyls.setup{on_attach=require'diagnostic'.on_attach}
4646

4747
- Use `PrevDiagnostic` and `NextDiagnostic` to jump to the previous and next diagnostic
4848
under your cursor.
49+
- `PrevDiagnosticCycle` and `NextDiagnosticCycle` not only jump to the previous and next diagnostic but also
50+
cycle through the diagnostic if you're at the first or last diagnostic.
4951
- `OpenDiagnostic` will open a location list and jump back to previous window.
5052

5153
## Options
@@ -119,10 +121,6 @@ let g:diagnostic_auto_popup_while_jump = 0
119121
let g:diagnostic_insert_delay = 1
120122
```
121123

122-
<!-- ## Future Work -->
123-
124-
<!-- - [ ] Option to change virtual text format. -->
125-
126124
## WARNING
127125

128126
- This plugin is in the early stages and might have unexpected issues.

0 commit comments

Comments
 (0)