Adds rust analyser config
This commit is contained in:
parent
d84cb45a4a
commit
147b962097
6
init.lua
6
init.lua
|
@ -653,7 +653,11 @@ local servers = {
|
||||||
-- clangd = {},
|
-- clangd = {},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
-- pyright = {},
|
-- pyright = {},
|
||||||
-- rust_analyzer = {},
|
rust_analyzer = {
|
||||||
|
rustfmt = {
|
||||||
|
overrideCommand = 'leptosfmt --stdin --rustfmt'
|
||||||
|
}
|
||||||
|
},
|
||||||
-- tsserver = {},
|
-- tsserver = {},
|
||||||
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue