mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Add conform.nvim zig formatter
This commit is contained in:
parent
45d15bba08
commit
830c2b93f3
1 changed files with 9 additions and 0 deletions
|
|
@ -98,4 +98,13 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
zig = { "zigfmt" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue