1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 07:52:47 +01:00

plugins/mkdnflow: migrate to mkNeovimPlugin

This commit is contained in:
Austin Horstman 2025-10-04 12:03:53 -05:00 committed by Gaétan Lepage
parent 8fcf8a9ef1
commit a33eee710f
3 changed files with 367 additions and 829 deletions

View file

@ -0,0 +1,148 @@
{
# TODO: added 2025-10-04
deprecateExtraOptions = true;
optionsRenamedToSettings = [
[
"modules"
"bib"
]
[
"modules"
"buffers"
]
[
"modules"
"conceal"
]
[
"modules"
"cursor"
]
[
"modules"
"folds"
]
[
"modules"
"links"
]
[
"modules"
"lists"
]
[
"modules"
"maps"
]
[
"modules"
"paths"
]
[
"modules"
"tables"
]
[
"modules"
"yaml"
]
"filetypes"
"createDirs"
[
"perspective"
"priority"
]
[
"perspective"
"fallback"
]
[
"perspective"
"rootTell"
]
[
"perspective"
"nvimWdHeel"
]
[
"perspective"
"update"
]
"wrap"
[
"bib"
"defaultPath"
]
[
"bib"
"findInRoot"
]
"silent"
[
"links"
"style"
]
[
"links"
"conceal"
]
[
"links"
"context"
]
[
"links"
"implicitExtension"
]
[
"links"
"transformExplicit"
]
[
"links"
"transformImplicit"
]
[
"toDo"
"symbols"
]
[
"toDo"
"updateParents"
]
[
"toDo"
"notStarted"
]
[
"toDo"
"inProgress"
]
[
"toDo"
"complete"
]
[
"tables"
"trimWhitespace"
]
[
"tables"
"formatOnMove"
]
[
"tables"
"autoExtendRows"
]
[
"tables"
"autoExtendCols"
]
[
"yaml"
"bib"
"override"
]
"mappings"
];
}