vimPlugins.vim-teal: init at 2021-01-05
This commit is contained in:
parent
7548a24fdf
commit
51ce0ddd48
@ -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";
|
||||
|
@ -1042,6 +1042,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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user