Skip to content

Commit 5af5415

Browse files
Adding rust support
1 parent ab1a8d6 commit 5af5415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ require('lazy').setup({
695695
go = { 'gofmt', 'goimports', 'golines' },
696696
terraform = { 'terraform_fmt' },
697697
json = { 'jsonnetfmt', 'jq' },
698+
rust = { 'rustfmt' },
698699
-- yaml = { 'yq' },
699700
-- Conform can also run multiple formatters sequentially
700701
-- python = { "isort", "black" },
@@ -902,6 +903,7 @@ require('lazy').setup({
902903
'dockerfile',
903904
'gitignore',
904905
'json',
906+
'rust',
905907
},
906908
-- Autoinstall languages that are not installed
907909
auto_install = true,

0 commit comments

Comments
 (0)