mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
37 lines
446 B
Nix
37 lines
446 B
Nix
{
|
|
deprecateExtraOptions = true;
|
|
optionsRenamedToSettings = [
|
|
"level"
|
|
"timeout"
|
|
"maxWidth"
|
|
"maxHeight"
|
|
"stages"
|
|
"backgroundColour"
|
|
[
|
|
"icons"
|
|
"error"
|
|
]
|
|
[
|
|
"icons"
|
|
"warn"
|
|
]
|
|
[
|
|
"icons"
|
|
"info"
|
|
]
|
|
[
|
|
"icons"
|
|
"debug"
|
|
]
|
|
[
|
|
"icons"
|
|
"trace"
|
|
]
|
|
"onOpen"
|
|
"onClose"
|
|
"render"
|
|
"minimumWidth"
|
|
"fps"
|
|
"topDown"
|
|
];
|
|
}
|