Merge pull request #189117 from ambroisie/add-nvim-surround

vimPlugins.nvim-surround: init at 2022-08-29
This commit is contained in:
figsoda 2022-08-31 21:46:33 -04:00 committed by GitHub
commit 14396adac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/,,