diff options
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/rust.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ftplugin/rust.lua b/ftplugin/rust.lua index 6a6af9d2..4fb47582 100644 --- a/ftplugin/rust.lua +++ b/ftplugin/rust.lua @@ -32,11 +32,11 @@ if O.lang.rust.rust_tools.active then          -- prefix for parameter hints          -- default: "<-" -        parameter_hints_prefix = "<-", +        parameter_hints_prefix = O.lang.rust.rust_tools.parameter_hints_prefix,          -- prefix for all the other hints (type, chaining)          -- default: "=>" -        other_hints_prefix = "=>", +        other_hints_prefix = O.lang.rust.rust_tools.other_hints_prefix,          -- whether to align to the lenght of the longest line in the file          max_len_align = false, | 
