mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +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
|
|
@ -13,18 +13,6 @@ lib.nixvim.plugins.mkVimPlugin {
|
|||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
# TODO introduced 2024-02-20: remove 2024-04-20
|
||||
deprecateExtraConfig = true;
|
||||
optionsRenamedToSettings = [
|
||||
"contrast"
|
||||
"borders"
|
||||
"disableBackground"
|
||||
"cursorlineTransparent"
|
||||
"enableSidebarBackground"
|
||||
"italic"
|
||||
"uniformDiffBackground"
|
||||
];
|
||||
|
||||
settingsOptions = {
|
||||
contrast = defaultNullOpts.mkBool false ''
|
||||
Make sidebars and popup menus like nvim-tree and telescope have a different background.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue