vimPlugins.lightswitch-nvim: init at 2025-06-09
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user