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

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
haorenW1025 committed May 13, 2020
1 parent f88b35a commit da5e935
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -119,10 +121,6 @@ let g:diagnostic_auto_popup_while_jump = 0
let g:diagnostic_insert_delay = 1
```

<!-- ## Future Work -->

<!-- - [ ] Option to change virtual text format. -->

## WARNING

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

0 comments on commit da5e935

Please sign in to comment.