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

Commit e4367dd

Browse files
authored
Add another example (#2)
* Add another example * Updating to use », NonText in example.
1 parent 5b87f8f commit e4367dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ require'lsp_extensions'.inlay_hints{
5050
}
5151
```
5252

53+
![Customized](https://i.imgur.com/FRRas1c.png)
54+
55+
```vimscript
56+
autocmd InsertLeave,BufEnter,BufWinEnter,TabEnter *.rs :lua require'lsp_extensions'.inlay_hints{ prefix = ' » ', highlight = "NonText" }
57+
```
58+
5359
## Clips
5460

5561
- Showing Line Diagnostics: https://clips.twitch.tv/ProductiveBoxyPastaCoolStoryBro

0 commit comments

Comments
 (0)