aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lua/configs/conform.lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-25 18:24:40 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-25 18:24:40 +0800
commit345b7242678868f18d2b08d14799186353e68baa (patch)
treea41fac1f0a9947074ca8a290606ca68b611f2d1b /vim/lua/configs/conform.lua
parent7b2017f7705b304e203aa82a1fdcc975a13884f8 (diff)
Update
Diffstat (limited to 'vim/lua/configs/conform.lua')
-rw-r--r--vim/lua/configs/conform.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/lua/configs/conform.lua b/vim/lua/configs/conform.lua
index a000447..3553caf 100644
--- a/vim/lua/configs/conform.lua
+++ b/vim/lua/configs/conform.lua
@@ -1,8 +1,9 @@
1local options = { 1local options = {
2 formatters_by_ft = { 2 formatters_by_ft = {
3 lua = { "stylua" }, 3 lua = { "stylua" },
4 -- css = { "prettier" }, 4 css = { "prettier" },
5 -- html = { "prettier" }, 5 html = { "prettier" },
6 markdown = { "prettier" }
6 }, 7 },
7 8
8 -- format_on_save = { 9 -- format_on_save = {