feat(nvim): enable inlay hints for rust-analyzer

This commit is contained in:
2026-01-01 14:04:32 +08:00
parent c6a3fde1bd
commit e574a70020

View File

@@ -34,6 +34,9 @@ local servers = {
},
},
},
on_attach = function(client, bufnr)
require("inlay-hints").on_attach(client, bufnr)
end,
},
nixd = {
settings = {