Adds rust analyser config
This commit is contained in:
parent
d84cb45a4a
commit
147b962097
1 changed files with 5 additions and 1 deletions
6
init.lua
6
init.lua
|
|
@ -653,7 +653,11 @@ local servers = {
|
|||
-- clangd = {},
|
||||
-- gopls = {},
|
||||
-- pyright = {},
|
||||
-- rust_analyzer = {},
|
||||
rust_analyzer = {
|
||||
rustfmt = {
|
||||
overrideCommand = 'leptosfmt --stdin --rustfmt'
|
||||
}
|
||||
},
|
||||
-- tsserver = {},
|
||||
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue