refactor(nvim): use native inlay hints instead of rust tools hints
This commit is contained in:
parent
7300923a77
commit
02c6f50343
@ -47,7 +47,7 @@ local rustopts = {
|
||||
inlay_hints = {
|
||||
-- automatically set inlay hints (type hints)
|
||||
-- default: true
|
||||
auto = true,
|
||||
auto = false,
|
||||
-- Only show inlay hints for the current line
|
||||
only_current_line = false,
|
||||
-- whether to show parameter hints with the inlay hints or not
|
||||
|
Loading…
Reference in New Issue
Block a user