mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-09 10:31:08 +01:00
plugins: remove deprecations "after 24.11" or less
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
be72c48997
commit
29ec33e1a8
86 changed files with 27 additions and 3578 deletions
|
|
@ -14,29 +14,6 @@ mkVimPlugin {
|
|||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
|
||||
# TODO introduced 2024-03-01: remove 2024-05-01
|
||||
deprecateExtraConfig = true;
|
||||
optionsRenamedToSettings = [
|
||||
"autoOpenOutput"
|
||||
"copyOutput"
|
||||
"enterOutputBehavior"
|
||||
"imageProvider"
|
||||
"outputCropBorder"
|
||||
"outputShowMore"
|
||||
"outputVirtLines"
|
||||
"outputWinBorder"
|
||||
"outputWinCoverGutter"
|
||||
"outputWinHideOnLeave"
|
||||
"outputWinMaxHeight"
|
||||
"outputWinMaxWidth"
|
||||
"outputWinStyle"
|
||||
"savePath"
|
||||
"useBorderHighlights"
|
||||
"virtLinesOffBy1"
|
||||
"wrapOutput"
|
||||
"showMimetypeDebug"
|
||||
];
|
||||
|
||||
settingsOptions = {
|
||||
auto_image_popup = helpers.defaultNullOpts.mkBool false ''
|
||||
When true, cells that produce an image output will open the image output automatically with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue