add zig format
This commit is contained in:
parent
0020de64b2
commit
69c48836e6
1
init.lua
1
init.lua
|
@ -928,6 +928,7 @@ require('lazy').setup({
|
|||
go = { 'goimports', lsp_format = 'fallback' },
|
||||
rust = { 'rustfmt', lsp_format = 'fallback' },
|
||||
dart = { 'dart format .', lsp_format = 'fallback' },
|
||||
zig = { 'zig fmt', lsp_format = 'fallback' },
|
||||
-- Conform can also run multiple formatters sequentially
|
||||
-- python = { "isort", "black" },
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue