Skip to content

Commit 214982e

Browse files
committed
feat(null-ls): remove mdformat
1 parent c60df67 commit 214982e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lua/core/settings.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ settings["null_ls_deps"] = {
153153
"eslint_d",
154154
"jq",
155155
"markdownlint_cli2",
156-
"mdformat",
157156
"nixpkgs-fmt",
158157
"prettier",
159158
"shellharden",

lua/modules/configs/completion/null-ls.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ return function()
3636
"markdown",
3737
},
3838
}),
39-
btns.formatting.mdformat,
4039
btns.formatting.shellharden,
4140
btns.formatting.alejandra,
4241
btns.formatting.nixfmt,

0 commit comments

Comments
 (0)