vimPlugins.nvim-surround: init at 2022-08-29

This commit is contained in:
Bruno BELANYI 2022-08-31 16:11:51 +02:00
parent deaade542e
commit 3440fb0f4a
2 changed files with 13 additions and 0 deletions

View File

@ -5649,6 +5649,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-pack/nvim-spectre/";
};
nvim-surround = buildVimPluginFrom2Nix {
pname = "nvim-surround";
version = "2022-08-29";
src = fetchFromGitHub {
owner = "kylechui";
repo = "nvim-surround";
rev = "01e17311bddffd65cc191bbefb845dba46780859";
sha256 = "0hhfmxmcqi0bmrv19jr9qs8751gwg6bpxljjyyasbgd37hp3vgqb";
};
meta.homepage = "https://github.com/kylechui/nvim-surround/";
};
nvim-terminal-lua = buildVimPluginFrom2Nix {
pname = "nvim-terminal.lua";
version = "2019-10-17";

View File

@ -475,6 +475,7 @@ https://github.com/dstein64/nvim-scrollview/,,
https://github.com/dcampos/nvim-snippy/,HEAD,
https://github.com/ishan9299/nvim-solarized-lua/,,
https://github.com/nvim-pack/nvim-spectre/,,
https://github.com/kylechui/nvim-surround/,main,
https://github.com/norcalli/nvim-terminal.lua/,,
https://github.com/kyazdani42/nvim-tree.lua/,,
https://github.com/nvim-treesitter/nvim-treesitter/,,