aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lua/configs
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-25 19:07:43 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-25 19:07:43 +0800
commitba90f7398b34736f1ace01b0af90dff795fca8fb (patch)
treece93385e59db402d9ff949597861d2e021313801 /vim/lua/configs
parent345b7242678868f18d2b08d14799186353e68baa (diff)
Update
Diffstat (limited to 'vim/lua/configs')
-rw-r--r--vim/lua/configs/conform.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/lua/configs/conform.lua b/vim/lua/configs/conform.lua
index 3553caf..1b6683b 100644
--- a/vim/lua/configs/conform.lua
+++ b/vim/lua/configs/conform.lua
@@ -3,7 +3,8 @@ local options = {
3 lua = { "stylua" }, 3 lua = { "stylua" },
4 css = { "prettier" }, 4 css = { "prettier" },
5 html = { "prettier" }, 5 html = { "prettier" },
6 markdown = { "prettier" } 6 markdown = { "prettier" },
7 sh = {"shfmt"},
7 }, 8 },
8 9
9 -- format_on_save = { 10 -- format_on_save = {