Skip to content

Commit

Permalink
lazy and xml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Feb 26, 2025
1 parent 585ece7 commit 598da34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"git-blame.nvim": { "branch": "master", "commit": "2883a7460f611c2705b23f12d58d398d5ce6ec00" },
"git-conflict.nvim": { "branch": "main", "commit": "4bbfdd92d547d2862a75b4e80afaf30e73f7bbb4" },
"gitsigns.nvim": { "branch": "main", "commit": "4c40357994f386e72be92a46f41fc1664c84c87d" },
"lazy.nvim": { "branch": "main", "commit": "96a205c8cea5476e5a87ed228acf2f221e4eae64" },
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"lualine.nvim": { "branch": "master", "commit": "f4f791f67e70d378a754d02da068231d2352e5bc" },
"markdown-table-mode.nvim": { "branch": "main", "commit": "fe207ea7cef615ccaf2c0f1257c58ffa0a50a9f5" },
"nightfox.nvim": { "branch": "main", "commit": "d3e8b1acc095baf57af81bb5e89fe7c4359eb619" },
Expand Down
1 change: 1 addition & 0 deletions .config/nvim/lua/plugins/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ return {
css = { "prettier" },
-- don't want to format .tsx files
typescriptreact = { "prettier" },
xml = { "xmlstarlet" },
yml = {},
yaml = {},
},
Expand Down
2 changes: 2 additions & 0 deletions deps/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ brew "pgcli"
brew "bufbuild/buf/buf"
brew "hashicorp/tap/terraform-ls"
brew "uv"
# format xml files
brew "xmlstarlet"

0 comments on commit 598da34

Please sign in to comment.