Merge pull request #220392 from jmbaur/smartyank-nvim
vimPlugins.smartyank-nvim: init at 2023-02-25
This commit is contained in:
@@ -7644,6 +7644,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/gorkunov/smartpairs.vim/";
|
||||
};
|
||||
|
||||
smartyank-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "smartyank.nvim";
|
||||
version = "2023-02-25";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ibhagwan";
|
||||
repo = "smartyank.nvim";
|
||||
rev = "7e3905578f646503525b2f7018b8afd17861018c";
|
||||
sha256 = "19lp8cpnp3ynr6vc5si3gsfpdw78xs8krmaqlbjsx478ig316y7z";
|
||||
};
|
||||
meta.homepage = "https://github.com/ibhagwan/smartyank.nvim/";
|
||||
};
|
||||
|
||||
snap = buildVimPluginFrom2Nix {
|
||||
pname = "snap";
|
||||
version = "2022-08-03";
|
||||
|
||||
@@ -642,6 +642,7 @@ 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/ibhagwan/smartyank.nvim/,,
|
||||
https://github.com/camspiers/snap/,,
|
||||
https://github.com/norcalli/snippets.nvim/,,
|
||||
https://github.com/shaunsingh/solarized.nvim/,HEAD,
|
||||
|
||||
Reference in New Issue
Block a user