vimPlugins.smart-splits-nvim: init at 2022-12-21

This commit is contained in:
ocfox 2023-02-03 11:50:06 +08:00
parent fd8deafa8b
commit f4661137e4
No known key found for this signature in database
GPG Key ID: 8C2212388306143C
2 changed files with 13 additions and 0 deletions

View File

@ -7512,6 +7512,18 @@ final: prev:
meta.homepage = "https://github.com/gorkunov/smartpairs.vim/";
};
smart-splits-nvim = buildVimPluginFrom2Nix {
pname = "smart-splits.nvim";
version = "2022-12-21";
src = fetchFromGitHub {
owner = "mrjones2014";
repo = "smart-splits.nvim";
rev = "fdd158ce7554dc830fb86e0fe952cd9476cdf726";
sha256 = "17xjcfjfzmy4crs6ks8drdjcygdnri776gf3vmnssjyvmzab3mdl";
};
meta.homepage = "https://github.com/mrjones2014/smart-splits.nvim/";
};
snap = buildVimPluginFrom2Nix {
pname = "snap";
version = "2022-08-03";

View File

@ -630,6 +630,7 @@ https://github.com/AndrewRadev/sideways.vim/,,
https://github.com/lotabout/skim.vim/,,
https://github.com/mopp/sky-color-clock.vim/,,
https://github.com/kovisoft/slimv/,,
https://github.com/mrjones2014/smart-splits.nvim/,,
https://github.com/gorkunov/smartpairs.vim/,,
https://github.com/camspiers/snap/,,
https://github.com/norcalli/snippets.nvim/,,