We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1a8d6 commit 5af5415Copy full SHA for 5af5415
init.lua
@@ -695,6 +695,7 @@ require('lazy').setup({
695
go = { 'gofmt', 'goimports', 'golines' },
696
terraform = { 'terraform_fmt' },
697
json = { 'jsonnetfmt', 'jq' },
698
+ rust = { 'rustfmt' },
699
-- yaml = { 'yq' },
700
-- Conform can also run multiple formatters sequentially
701
-- python = { "isort", "black" },
@@ -902,6 +903,7 @@ require('lazy').setup({
902
903
'dockerfile',
904
'gitignore',
905
'json',
906
+ 'rust',
907
},
908
-- Autoinstall languages that are not installed
909
auto_install = true,
0 commit comments