lsp fixed again

This commit is contained in:
Benjamin Kyd
2023-05-22 19:52:30 +01:00
parent 3dfe1bdc05
commit 322afcea03

View File

@@ -90,7 +90,10 @@ require('rust-tools').setup({
server = rust_lsp,
tools = {
inlay_hints = {
auto = false,
auto = true,
show_parameter_hints = true,
parameter_hints_prefix = "",
other_hints_prefix = "",
}
},
})