mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
148 lines
1.7 KiB
Nix
148 lines
1.7 KiB
Nix
{
|
|
# 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"
|
|
];
|
|
}
|