Merge pull request #300636 from gungun974/vim-matchtag

vimPlugins.vim-matchtag: init at 2022-06-24

authored by Aleksana and committed by GitHub 433b839a 8d7d299d

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 14054 meta.homepage = "https://github.com/mzlogin/vim-markdown-toc/"; 14055 }; 14056 14057 vim-matchup = buildVimPlugin { 14058 pname = "vim-matchup"; 14059 version = "2024-02-24";
··· 14054 meta.homepage = "https://github.com/mzlogin/vim-markdown-toc/"; 14055 }; 14056 14057 + vim-matchtag = buildVimPlugin { 14058 + pname = "vim-matchtag"; 14059 + version = "2022-06-24"; 14060 + src = fetchFromGitHub { 14061 + owner = "leafOfTree"; 14062 + repo = "vim-matchtag"; 14063 + rev = "54357c00979e07d86aa12b383ddd1d6a7fbda2c2"; 14064 + sha256 = "01ar9qma2glb6wyhpafnwpf1f63v9i417hx1dzck1gi4fcz1pfqa"; 14065 + }; 14066 + meta.homepage = "https://github.com/leafOfTree/vim-matchtag/"; 14067 + }; 14068 + 14069 vim-matchup = buildVimPlugin { 14070 pname = "vim-matchup"; 14071 version = "2024-02-24";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 1184 https://github.com/preservim/vim-markdown/,, 1185 https://github.com/euclio/vim-markdown-composer/,, 1186 https://github.com/mzlogin/vim-markdown-toc/,, 1187 https://github.com/andymass/vim-matchup/,, 1188 https://github.com/aquach/vim-mediawiki-editor/,HEAD, 1189 https://github.com/samoshkin/vim-mergetool/,,
··· 1184 https://github.com/preservim/vim-markdown/,, 1185 https://github.com/euclio/vim-markdown-composer/,, 1186 https://github.com/mzlogin/vim-markdown-toc/,, 1187 + https://github.com/leafOfTree/vim-matchtag/,HEAD, 1188 https://github.com/andymass/vim-matchup/,, 1189 https://github.com/aquach/vim-mediawiki-editor/,HEAD, 1190 https://github.com/samoshkin/vim-mergetool/,,