diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-24 16:45:18 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-24 16:45:18 +0800 |
commit | 11863aa710ab0626eb76648d101854a481664a34 (patch) | |
tree | ed7d8331ceafbf8c5cc14304d0cd12e031eb2593 /vim/nvim/lua/configs/conform.lua | |
parent | 76c665e2b3c797c1b77e90337f5db1e77bf60a23 (diff) |
Update
Diffstat (limited to 'vim/nvim/lua/configs/conform.lua')
-rw-r--r-- | vim/nvim/lua/configs/conform.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vim/nvim/lua/configs/conform.lua b/vim/nvim/lua/configs/conform.lua deleted file mode 100644 index a000447..0000000 --- a/vim/nvim/lua/configs/conform.lua +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | local options = { | ||
2 | formatters_by_ft = { | ||
3 | lua = { "stylua" }, | ||
4 | -- css = { "prettier" }, | ||
5 | -- html = { "prettier" }, | ||
6 | }, | ||
7 | |||
8 | -- format_on_save = { | ||
9 | -- -- These options will be passed to conform.format() | ||
10 | -- timeout_ms = 500, | ||
11 | -- lsp_fallback = true, | ||
12 | -- }, | ||
13 | } | ||
14 | |||
15 | require("conform").setup(options) | ||