From c9ca3767edffbba328ae7aa8df2e7b2f0686ed26 Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Wed, 25 Jun 2025 13:11:58 -0500 Subject: [PATCH] vimPlugins.lightswitch-nvim: init at 2025-06-09 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 18 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 7e0eb9ee3f45..68d2833561b0 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -7146,6 +7146,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + lightswitch-nvim = buildVimPlugin { + pname = "lightswitch.nvim"; + version = "2025-06-09"; + src = fetchFromGitHub { + owner = "markgandolfo"; + repo = "lightswitch.nvim"; + rev = "304a1af454a65d5a77fcd1a8c36d886d72b8749a"; + sha256 = "00mp8jv899nnszi7wamyjfvaqk5z4hwdvs98nsqp4i3135ympbr8"; + }; + meta.homepage = "https://github.com/markgandolfo/lightswitch.nvim/"; + meta.hydraPlatforms = [ ]; + }; + limelight-vim = buildVimPlugin { pname = "limelight.vim"; version = "2024-09-12"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 821a7be77646..c7f8c5101388 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1674,6 +1674,10 @@ in checkInputs = [ self.nvim-web-devicons ]; }; + lightswitch-nvim = super.lightswitch-nvim.overrideAttrs { + dependencies = [ self.nui-nvim ]; + }; + lir-nvim = super.lir-nvim.overrideAttrs { dependencies = [ self.plenary-nvim ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index b0d7453038b2..009c09be6439 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -548,6 +548,7 @@ https://github.com/shinchu/lightline-gruvbox.vim/,, https://github.com/spywhere/lightline-lsp/,, https://github.com/itchyny/lightline.vim/,, https://github.com/ggandor/lightspeed.nvim/,, +https://github.com/markgandolfo/lightswitch.nvim/,HEAD, https://github.com/junegunn/limelight.vim/,, https://github.com/AndrewRadev/linediff.vim/,HEAD, https://github.com/lf-lang/lingua-franca.vim/,,