mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-04 11:04:26 +02:00
add zig format
This commit is contained in:
parent
0020de64b2
commit
69c48836e6
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -928,6 +928,7 @@ require('lazy').setup({
|
||||||
go = { 'goimports', lsp_format = 'fallback' },
|
go = { 'goimports', lsp_format = 'fallback' },
|
||||||
rust = { 'rustfmt', lsp_format = 'fallback' },
|
rust = { 'rustfmt', lsp_format = 'fallback' },
|
||||||
dart = { 'dart format .', lsp_format = 'fallback' },
|
dart = { 'dart format .', lsp_format = 'fallback' },
|
||||||
|
zig = { 'zig fmt', lsp_format = 'fallback' },
|
||||||
-- Conform can also run multiple formatters sequentially
|
-- Conform can also run multiple formatters sequentially
|
||||||
-- python = { "isort", "black" },
|
-- python = { "isort", "black" },
|
||||||
--
|
--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue