mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
vimPlugins.nvim-ufo: init at 2023-02-03
This commit is contained in:
parent
da1ff3f93c
commit
a302f554bf
3 changed files with 17 additions and 0 deletions
|
@ -6548,6 +6548,18 @@ final: prev:
|
||||||
meta.homepage = "https://gitlab.com/HiPhish/nvim-ts-rainbow2";
|
meta.homepage = "https://gitlab.com/HiPhish/nvim-ts-rainbow2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nvim-ufo = buildVimPluginFrom2Nix {
|
||||||
|
pname = "nvim-ufo";
|
||||||
|
version = "2023-02-03";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "kevinhwang91";
|
||||||
|
repo = "nvim-ufo";
|
||||||
|
rev = "b70c9ef0f8e2673a11387a39185ff249e00df19f";
|
||||||
|
sha256 = "1fx3w2mlc23m55whvvrs1g648yg862i50100wfxxljmfkvnc12yv";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/kevinhwang91/nvim-ufo/";
|
||||||
|
};
|
||||||
|
|
||||||
nvim-web-devicons = buildVimPluginFrom2Nix {
|
nvim-web-devicons = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-web-devicons";
|
pname = "nvim-web-devicons";
|
||||||
version = "2023-02-11";
|
version = "2023-02-11";
|
||||||
|
|
|
@ -700,6 +700,10 @@ self: super: {
|
||||||
callPackage ./nvim-treesitter/overrides.nix { } self super
|
callPackage ./nvim-treesitter/overrides.nix { } self super
|
||||||
);
|
);
|
||||||
|
|
||||||
|
nvim-ufo = super.nvim-ufo.overrideAttrs (old: {
|
||||||
|
dependencies = with self; [ promise-async ];
|
||||||
|
});
|
||||||
|
|
||||||
octo-nvim = super.octo-nvim.overrideAttrs (old: {
|
octo-nvim = super.octo-nvim.overrideAttrs (old: {
|
||||||
dependencies = with self; [ telescope-nvim plenary-nvim ];
|
dependencies = with self; [ telescope-nvim plenary-nvim ];
|
||||||
});
|
});
|
||||||
|
|
|
@ -551,6 +551,7 @@ https://github.com/windwp/nvim-ts-autotag/,,
|
||||||
https://github.com/joosepalviste/nvim-ts-context-commentstring/,,
|
https://github.com/joosepalviste/nvim-ts-context-commentstring/,,
|
||||||
https://github.com/mrjones2014/nvim-ts-rainbow/,,
|
https://github.com/mrjones2014/nvim-ts-rainbow/,,
|
||||||
https://gitlab.com/HiPhish/nvim-ts-rainbow2,HEAD,
|
https://gitlab.com/HiPhish/nvim-ts-rainbow2,HEAD,
|
||||||
|
https://github.com/kevinhwang91/nvim-ufo/,HEAD,
|
||||||
https://github.com/kyazdani42/nvim-web-devicons/,,
|
https://github.com/kyazdani42/nvim-web-devicons/,,
|
||||||
https://github.com/AckslD/nvim-whichkey-setup.lua/,,
|
https://github.com/AckslD/nvim-whichkey-setup.lua/,,
|
||||||
https://github.com/roxma/nvim-yarp/,,
|
https://github.com/roxma/nvim-yarp/,,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue