diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-07-05 19:12:20 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-07-05 19:12:20 +0800 |
commit | 267ef4292cbcfd831871df260ec3167fa1224ed3 (patch) | |
tree | 58b63fbf8f930c29a823f2b36472345c5d5bbded /vim/lua/configs | |
parent | b2c650c9c3a5cb67a642eb97c226072b0f4174a6 (diff) |
Update
Diffstat (limited to 'vim/lua/configs')
-rw-r--r-- | vim/lua/configs/conform.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/lua/configs/conform.lua b/vim/lua/configs/conform.lua index b6fa6bb..b607d46 100644 --- a/vim/lua/configs/conform.lua +++ b/vim/lua/configs/conform.lua | |||
@@ -1,9 +1,9 @@ | |||
1 | local options = { | 1 | local options = { |
2 | formatters_by_ft = { | 2 | formatters_by_ft = { |
3 | lua = { "stylua" }, | 3 | lua = { "stylua" }, |
4 | sh = {"shfmt"}, | 4 | sh = { "shfmt" }, |
5 | bash = {"shfmt"}, | 5 | bash = { "shfmt" }, |
6 | zsh = {"shfmt"}, | 6 | zsh = { "shfmt" }, |
7 | markdown = { "prettier" }, | 7 | markdown = { "prettier" }, |
8 | css = { "prettier" }, | 8 | css = { "prettier" }, |
9 | html = { "prettier" }, | 9 | html = { "prettier" }, |