refactor(nvim): use native inlay hints instead of rust tools hints

This commit is contained in:
Price Hiller 2023-07-01 00:32:45 -05:00
parent 7300923a77
commit 02c6f50343
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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