Merge pull request #153043 from sei40kr/init-vim-plugins-nvim-ts-autotag

vimPlugins.nvim-ts-autotag: init at 2021-12-19

authored by legendofmiracles and committed by GitHub 63005c5f 12e13654

+13
+12
pkgs/misc/vim-plugins/generated.nix
··· 4678 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/"; 4679 }; 4680 4681 nvim-ts-context-commentstring = buildVimPluginFrom2Nix { 4682 pname = "nvim-ts-context-commentstring"; 4683 version = "2021-12-13";
··· 4678 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/"; 4679 }; 4680 4681 + nvim-ts-autotag = buildVimPluginFrom2Nix { 4682 + pname = "nvim-ts-autotag"; 4683 + version = "2021-12-19"; 4684 + src = fetchFromGitHub { 4685 + owner = "windwp"; 4686 + repo = "nvim-ts-autotag"; 4687 + rev = "0ceb4ef342bf1fdbb082ad4fa1fcfd0f864e1cba"; 4688 + sha256 = "0bbjhjngn0wv6f28z437bx9743w366665ygz6pz81059whfp93g7"; 4689 + }; 4690 + meta.homepage = "https://github.com/windwp/nvim-ts-autotag/"; 4691 + }; 4692 + 4693 nvim-ts-context-commentstring = buildVimPluginFrom2Nix { 4694 pname = "nvim-ts-context-commentstring"; 4695 version = "2021-12-13";
+1
pkgs/misc/vim-plugins/vim-plugin-names
··· 932 wincent/ferret 933 wincent/terminus 934 windwp/nvim-autopairs 935 winston0410/cmd-parser.nvim 936 winston0410/range-highlight.nvim 937 wlangstroth/vim-racket
··· 932 wincent/ferret 933 wincent/terminus 934 windwp/nvim-autopairs 935 + windwp/nvim-ts-autotag 936 winston0410/cmd-parser.nvim 937 winston0410/range-highlight.nvim 938 wlangstroth/vim-racket