aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lua/configs
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-25 23:09:03 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-25 23:09:03 +0800
commit59de29d5164d245dda1608f5e14cf4e1c981ad3e (patch)
tree6ac4d17b0db9b59fbc70e74efe5a06f458973904 /vim/lua/configs
parentba90f7398b34736f1ace01b0af90dff795fca8fb (diff)
Update
Diffstat (limited to 'vim/lua/configs')
-rw-r--r--vim/lua/configs/conform.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/lua/configs/conform.lua b/vim/lua/configs/conform.lua
index 1b6683b..411336e 100644
--- a/vim/lua/configs/conform.lua
+++ b/vim/lua/configs/conform.lua
@@ -5,6 +5,8 @@ local options = {
5 html = { "prettier" }, 5 html = { "prettier" },
6 markdown = { "prettier" }, 6 markdown = { "prettier" },
7 sh = {"shfmt"}, 7 sh = {"shfmt"},
8 bash = {"shfmt"},
9 zsh = {"shfmt"},
8 }, 10 },
9 11
10 -- format_on_save = { 12 -- format_on_save = {