Support nix formatter

This commit is contained in:
Krzysiek Wyka 2024-12-16 19:25:32 +01:00
parent 6fcff31577
commit e0f13e8ddf
1 changed files with 1 additions and 0 deletions

View File

@ -696,6 +696,7 @@ require('lazy').setup({
json = { { 'prettier' } },
javascript = { { 'prettier' } },
typescript = { { 'prettier' } },
nix = { { 'nixfmt' } },
},
},
},