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:
parent
8fcf8a9ef1
commit
a33eee710f
3 changed files with 367 additions and 829 deletions
148
plugins/by-name/mkdnflow/deprecations.nix
Normal file
148
plugins/by-name/mkdnflow/deprecations.nix
Normal 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"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue