3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.vim-dotenv: init at 2022-05-15

This commit is contained in:
José Luis Lafuente 2022-12-04 21:18:14 +01:00
parent 4eebb34855
commit 49a9d9f42c
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A
2 changed files with 13 additions and 0 deletions

View file

@ -9617,6 +9617,18 @@ final: prev:
meta.homepage = "https://github.com/jhradilek/vim-docbk/";
};
vim-dotenv = buildVimPluginFrom2Nix {
pname = "vim-dotenv";
version = "2022-05-15";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-dotenv";
rev = "5c51cfcf8d87280d6414e03cd6b253eb70ecb800";
sha256 = "06117ilmanj07kasshg1da3gai03fk5s3az2x8vw7rqbr9s50snp";
};
meta.homepage = "https://github.com/tpope/vim-dotenv/";
};
vim-easy-align = buildVimPluginFrom2Nix {
pname = "vim-easy-align";
version = "2019-04-29";

View file

@ -808,6 +808,7 @@ https://github.com/kristijanhusak/vim-dirvish-git/,,
https://github.com/tpope/vim-dispatch/,,
https://github.com/radenling/vim-dispatch-neovim/,,
https://github.com/jhradilek/vim-docbk/,,
https://github.com/tpope/vim-dotenv/,,
https://github.com/junegunn/vim-easy-align/,,
https://github.com/zhou13/vim-easyescape/,,
https://github.com/neoclide/vim-easygit/,,