Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Mar 20, 2024
1 parent c25b43e commit 60ec2c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lazyvim.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"news": {
"NEWS.md": "2123"
},
"version": 2
"version": 3
}
2 changes: 2 additions & 0 deletions .config/nvim/lua/plugins/formatting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ return {
html = { "prettier" },
javascript = { "prettier" },
json = { "prettier" },
-- json5 = { "prettier" },
lua = { "stylua" },
markdown = { "prettier" },
sh = { "shfmt" },
terraform = { "terraform_fmt" },
typescript = { "prettier" },
yaml = { "yamlfmt" },
zsh = { "beautysh" },
Expand Down

0 comments on commit 60ec2c1

Please sign in to comment.