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
No known key found for this signature in database

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