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

vimPlugins.nvim-ts-autotag: init at 2021-12-19
This commit is contained in:
legendofmiracles 2022-01-05 19:12:34 -06:00 committed by GitHub
commit 63005c5fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -4678,6 +4678,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/";
};
nvim-ts-autotag = buildVimPluginFrom2Nix {
pname = "nvim-ts-autotag";
version = "2021-12-19";
src = fetchFromGitHub {
owner = "windwp";
repo = "nvim-ts-autotag";
rev = "0ceb4ef342bf1fdbb082ad4fa1fcfd0f864e1cba";
sha256 = "0bbjhjngn0wv6f28z437bx9743w366665ygz6pz81059whfp93g7";
};
meta.homepage = "https://github.com/windwp/nvim-ts-autotag/";
};
nvim-ts-context-commentstring = buildVimPluginFrom2Nix {
pname = "nvim-ts-context-commentstring";
version = "2021-12-13";

View File

@ -932,6 +932,7 @@ wincent/command-t
wincent/ferret
wincent/terminus
windwp/nvim-autopairs
windwp/nvim-ts-autotag
winston0410/cmd-parser.nvim
winston0410/range-highlight.nvim
wlangstroth/vim-racket