Adds rust analyser config

This commit is contained in:
Chris 2024-01-24 14:31:46 +01:00
parent d84cb45a4a
commit 147b962097
1 changed files with 5 additions and 1 deletions

View File

@ -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'} },