feat(nvim): enable inlay hints for rust-analyzer
This commit is contained in:
@@ -34,6 +34,9 @@ local servers = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
on_attach = function(client, bufnr)
|
||||||
|
require("inlay-hints").on_attach(client, bufnr)
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
nixd = {
|
nixd = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user