0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

vimPlugins.nvim-numbertoggle: init at 2024-03-29

This commit is contained in:
"wrvsrx" 2025-01-02 10:22:39 +08:00
parent 35727227c2
commit aa6e01dbf7
2 changed files with 13 additions and 0 deletions

View file

@ -9389,6 +9389,18 @@ final: prev:
meta.homepage = "https://github.com/LhKipp/nvim-nu/";
};
nvim-numbertoggle = buildVimPlugin {
pname = "nvim-numbertoggle";
version = "2024-03-29";
src = fetchFromGitHub {
owner = "sitiom";
repo = "nvim-numbertoggle";
rev = "c5827153f8a955886f1b38eaea6998c067d2992f";
sha256 = "18nxqi3a3xamrjzpsabww411ix6vr44smprqi9prd47238lpshi2";
};
meta.homepage = "https://github.com/sitiom/nvim-numbertoggle/";
};
nvim-osc52 = buildVimPlugin {
pname = "nvim-osc52";
version = "2024-05-24";

View file

@ -779,6 +779,7 @@ https://github.com/nvim-neotest/nvim-nio/,HEAD,
https://github.com/ya2s/nvim-nonicons/,,
https://github.com/rcarriga/nvim-notify/,,
https://github.com/LhKipp/nvim-nu/,HEAD,
https://github.com/sitiom/nvim-numbertoggle/,HEAD,
https://github.com/ojroques/nvim-osc52/,,
https://github.com/julienvincent/nvim-paredit/,,
https://github.com/gpanders/nvim-parinfer/,HEAD,