mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
Merge pull request #205849 from teto/vim-teal
vimPlugins.vim-teal: init at 2021-01-05
This commit is contained in:
commit
8203542ac8
@ -12416,6 +12416,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/tpope/vim-tbone/";
|
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 {
|
vim-terraform = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-terraform";
|
pname = "vim-terraform";
|
||||||
version = "2021-07-10";
|
version = "2021-07-10";
|
||||||
|
@ -1043,6 +1043,7 @@ https://github.com/machakann/vim-swap/,,
|
|||||||
https://github.com/dhruvasagar/vim-table-mode/,,
|
https://github.com/dhruvasagar/vim-table-mode/,,
|
||||||
https://github.com/kana/vim-tabpagecd/,,
|
https://github.com/kana/vim-tabpagecd/,,
|
||||||
https://github.com/tpope/vim-tbone/,,
|
https://github.com/tpope/vim-tbone/,,
|
||||||
|
https://github.com/teal-language/vim-teal/,HEAD,
|
||||||
https://github.com/hashivim/vim-terraform/,,
|
https://github.com/hashivim/vim-terraform/,,
|
||||||
https://github.com/juliosueiras/vim-terraform-completion/,,
|
https://github.com/juliosueiras/vim-terraform-completion/,,
|
||||||
https://github.com/vim-test/vim-test/,,
|
https://github.com/vim-test/vim-test/,,
|
||||||
|
Loading…
Reference in New Issue
Block a user