diff options
author | crupest <crupest@outlook.com> | 2025-06-12 03:05:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2025-06-12 03:05:15 +0800 |
commit | aa51bb88c55626f701e0058d52588ffb51e3f86e (patch) | |
tree | c89c647d82812e77be0d534435216c9558d1914b /store/config/nvim/lua/setup/plugins/conform.lua | |
parent | 78b9d96a3094f874bbcee762f1ecde2625ef681d (diff) | |
download | crupest-aa51bb88c55626f701e0058d52588ffb51e3f86e.tar.gz crupest-aa51bb88c55626f701e0058d52588ffb51e3f86e.tar.bz2 crupest-aa51bb88c55626f701e0058d52588ffb51e3f86e.zip |
config(nvim): refactor lint.
Diffstat (limited to 'store/config/nvim/lua/setup/plugins/conform.lua')
-rw-r--r-- | store/config/nvim/lua/setup/plugins/conform.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/store/config/nvim/lua/setup/plugins/conform.lua b/store/config/nvim/lua/setup/plugins/conform.lua index e14c3f9..57b74a9 100644 --- a/store/config/nvim/lua/setup/plugins/conform.lua +++ b/store/config/nvim/lua/setup/plugins/conform.lua @@ -5,7 +5,6 @@ local function setup() typescript = { "prettierd", "prettier", stop_after_first = true }, javascriptreact = { "prettierd", "prettier", stop_after_first = true }, typescriptreact = { "prettierd", "prettier", stop_after_first = true }, - markdown = { "prettierd", "prettier", stop_after_first = true }, }, default_format_opts = { lsp_format = "fallback", |