-
|
As a hack(?) to make range formatting work, I had to set rust_analyzer = {
init_options = {
-- NOTE: for some reason, this has to be set at startup...
rustfmt = {
rangeFormatting = {
enable = true,
},
},
},
settings = {
...
rustfmt = {
rangeFormatting = {
enable = true,
},
},
...
}
}I am looking into migrating to rustaceanvim and can see that there is a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hey 👋 You can add an |
Beta Was this translation helpful? Give feedback.
Hey 👋
You can add an
init_optionstable to thevim.g.rustaceanvim.serverconfig.