forked from mirrors/nixpkgs
vimPlugins.vim-dotenv: init at 2022-05-15
This commit is contained in:
parent
4eebb34855
commit
49a9d9f42c
|
@ -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";
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue