mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
colorschmes/nord: remove deprecation warnings
This commit is contained in:
parent
8bb460e261
commit
b87083d5a0
1 changed files with 0 additions and 22 deletions
|
@ -8,28 +8,6 @@
|
||||||
with lib; let
|
with lib; let
|
||||||
cfg = config.colorschemes.nord;
|
cfg = config.colorschemes.nord;
|
||||||
in {
|
in {
|
||||||
# Introduced January, 16 2024.
|
|
||||||
# TODO remove in early February 2023.
|
|
||||||
imports = let
|
|
||||||
basePluginPath = ["colorschemes" "nord"];
|
|
||||||
in [
|
|
||||||
(
|
|
||||||
mkRenamedOptionModule
|
|
||||||
(basePluginPath ++ ["disable_background"])
|
|
||||||
(basePluginPath ++ ["disableBackground"])
|
|
||||||
)
|
|
||||||
(
|
|
||||||
mkRenamedOptionModule
|
|
||||||
(basePluginPath ++ ["cursorline_transparent"])
|
|
||||||
(basePluginPath ++ ["cursorlineTransparent"])
|
|
||||||
)
|
|
||||||
(
|
|
||||||
mkRenamedOptionModule
|
|
||||||
(basePluginPath ++ ["enable_sidebar_background"])
|
|
||||||
(basePluginPath ++ ["enableSidebarBackground"])
|
|
||||||
)
|
|
||||||
];
|
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
colorschemes.nord = {
|
colorschemes.nord = {
|
||||||
enable = mkEnableOption "nord";
|
enable = mkEnableOption "nord";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue