Adds rust analyser config

pull/1336/head
Chris 2 years ago
parent d84cb45a4a
commit 147b962097

@ -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…
Cancel
Save