Merge pull request #205849 from teto/vim-teal

vimPlugins.vim-teal: init at 2021-01-05
This commit is contained in:
figsoda 2022-12-12 18:02:16 -05:00 committed by GitHub
commit 8203542ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -12416,6 +12416,18 @@ final: prev:
meta.homepage = "https://github.com/tpope/vim-tbone/";
};
vim-teal = buildVimPluginFrom2Nix {
pname = "vim-teal";
version = "2021-01-05";
src = fetchFromGitHub {
owner = "teal-language";
repo = "vim-teal";
rev = "d2aa107b257879e774680792a2aebaf9cd5742e0";
sha256 = "02ag8vhmh1zj99vhvqslfnasw9i5psx396r7qyag0yyzyp9ynzkc";
};
meta.homepage = "https://github.com/teal-language/vim-teal/";
};
vim-terraform = buildVimPluginFrom2Nix {
pname = "vim-terraform";
version = "2021-07-10";

View File

@ -1043,6 +1043,7 @@ https://github.com/machakann/vim-swap/,,
https://github.com/dhruvasagar/vim-table-mode/,,
https://github.com/kana/vim-tabpagecd/,,
https://github.com/tpope/vim-tbone/,,
https://github.com/teal-language/vim-teal/,HEAD,
https://github.com/hashivim/vim-terraform/,,
https://github.com/juliosueiras/vim-terraform-completion/,,
https://github.com/vim-test/vim-test/,,