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

Commit 6f97186

Browse files
authored
fix: Inlay hints update after formatting on write. (#3)
1 parent e4367dd commit 6f97186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ require'lsp_extensions'.inlay_hints{
5353
![Customized](https://i.imgur.com/FRRas1c.png)
5454

5555
```vimscript
56-
autocmd InsertLeave,BufEnter,BufWinEnter,TabEnter *.rs :lua require'lsp_extensions'.inlay_hints{ prefix = ' » ', highlight = "NonText" }
56+
autocmd InsertLeave,BufEnter,BufWinEnter,TabEnter,BufWritePost *.rs :lua require'lsp_extensions'.inlay_hints{ prefix = ' » ', highlight = "NonText" }
5757
```
5858

5959
## Clips

0 commit comments

Comments
 (0)