init.lua/lua/fk/plugin/rust-tools.lua(view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13
---@param opts table return function(opts) require("rust-tools").setup { server = opts, tools = { inlay_hints = { parameter_hints_prefix = "<- ", other_hints_prefix = "=> ", highlight = "LspCodeLens", }, }, } end