diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-25 18:24:40 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-25 18:24:40 +0800 |
commit | 345b7242678868f18d2b08d14799186353e68baa (patch) | |
tree | a41fac1f0a9947074ca8a290606ca68b611f2d1b /vim/lua/configs/conform.lua | |
parent | 7b2017f7705b304e203aa82a1fdcc975a13884f8 (diff) |
Update
Diffstat (limited to 'vim/lua/configs/conform.lua')
-rw-r--r-- | vim/lua/configs/conform.lua | 5 |
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 @@ | |||
1 | local options = { | 1 | local 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 = { |