Skip to content

Commit

Permalink
chore: line breaks + add todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsiddons committed Mar 16, 2024
1 parent ee2625d commit 899456c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The functions that take `level` as input can take an integer between 1 and 4 (wh

### Virtual Text

`set_diag_level(level)` - Display only messages of this `level`
`set_diag_level(level)` - Display only messages of this `level`
`set_diag_min(level)` - Display only messages with severity >= this `level`

#### Virtual Text Prefix
Expand All @@ -24,10 +24,14 @@ Note input is a table with keys, `e`, `w`, `i`, and `h`. Any can be included or

### Sign Column

`set_sign_level(level)` - Add signs for only this `level`
`set_sign_level(level)` - Add signs for only this `level`
`set_sign_min(level)` - Add signs for diagnostics >= this `level`

### Underline

`set_underline_level(level)` - Underline only for this `level`
`set_underline_level(level)` - Underline only for this `level`
`set_underline_min(level)` - Underline for >= this `level`

## TODO

Add tests!

0 comments on commit 899456c

Please sign in to comment.