better rust inlay symbols

This commit is contained in:
Price Hiller 2022-05-10 01:06:18 -05:00
parent e18fda7909
commit b0703ab403

View File

@ -71,6 +71,10 @@ local rustopts = {
},
tools = {
hover_actions = { auto_focus = true },
inlay_hints = {
parameter_hints_prefix = '',
other_hints_prefix = '',
}
},
}
require('rust-tools').setup(rustopts)