Configuring rust-analyzer? #531
Answered
by
NotAShelf
justDeeevin
asked this question in
Q&A
-
So I have a couple of settings I want to change for rust-analyzer. How can I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
NotAShelf
Jan 7, 2025
Replies: 1 comment 2 replies
-
Language module has been due a refactor for a while now, we're looking to make all language servers more customizable. CC @diniamo on this. Though using Lua, you can extend the rust-analyzer configuration using vim.list_extend() |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
justDeeevin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Language module has been due a refactor for a while now, we're looking to make all language servers more customizable. CC @diniamo on this.
Though using Lua, you can extend the rust-analyzer configuration using vim.list_extend()