diff --git a/modules/programs/nvim/new_plugins/conform.nix b/modules/programs/nvim/new_plugins/conform.nix index 7e3ca5b..3902cd2 100644 --- a/modules/programs/nvim/new_plugins/conform.nix +++ b/modules/programs/nvim/new_plugins/conform.nix @@ -25,6 +25,7 @@ in tex = [ "latexindent" ]; toml = [ "taplo" ]; yaml = [ "yamlfix" ]; + markdown = [ "injected" ]; }; }; opts.formatexpr = "v:lua.require'conform'.formatexpr()";