This commit is contained in:
mewoocat 2026-02-26 15:16:39 -05:00 committed by GitHub
commit c3d3751c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 63 additions and 3 deletions

View file

@ -13,6 +13,7 @@
inherit (lib.nvim.types) diagnostics mkGrammarOption mkPluginSetupOption deprecatedSingleOrListOf;
inherit (lib.nvim.dag) entryAnywhere;
inherit (lib.nvim.attrsets) mapListToAttrs;
inherit (lib.nvim.languages) setLanguageIndent;
inherit (lib.trivial) warn;
cfg = config.vim.languages.markdown;
@ -227,5 +228,8 @@ in {
cfg.extraDiagnostics.types);
};
})
# todo
]);
}