mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-19 17:19:01 +02:00
Adding json and yaml formatter
This commit is contained in:
parent
85adbe23b9
commit
4eaa881991
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -691,6 +691,8 @@ require('lazy').setup({
|
|||
lua = { 'stylua' },
|
||||
go = { 'gofmt', 'goimports', 'golines' },
|
||||
terraform = { 'terraform_fmt' },
|
||||
json = { 'jsonnetfmt', 'jq' },
|
||||
-- yaml = { 'yq' },
|
||||
-- Conform can also run multiple formatters sequentially
|
||||
-- python = { "isort", "black" },
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue