We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mdformat
1 parent c60df67 commit 214982eCopy full SHA for 214982e
lua/core/settings.lua
@@ -153,7 +153,6 @@ settings["null_ls_deps"] = {
153
"eslint_d",
154
"jq",
155
"markdownlint_cli2",
156
- "mdformat",
157
"nixpkgs-fmt",
158
"prettier",
159
"shellharden",
lua/modules/configs/completion/null-ls.lua
@@ -36,7 +36,6 @@ return function()
36
"markdown",
37
},
38
}),
39
- btns.formatting.mdformat,
40
btns.formatting.shellharden,
41
btns.formatting.alejandra,
42
btns.formatting.nixfmt,
0 commit comments