mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-11 21:26:31 +00:00
Merge 78066496b2 into ceaae0eb2e
This commit is contained in:
commit
dbe66e1d05
3 changed files with 45 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
@ -205,5 +206,11 @@ in {
|
|||
cfg.extraDiagnostics.types);
|
||||
};
|
||||
})
|
||||
|
||||
(setLanguageIndent {
|
||||
language = "markdown";
|
||||
indentSize = 6;
|
||||
})
|
||||
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue