Merge master into staging-next
This commit is contained in:
@@ -87,6 +87,18 @@ let
|
||||
meta.homepage = "https://github.com/vim-scripts/align/";
|
||||
};
|
||||
|
||||
aniseed = buildVimPluginFrom2Nix {
|
||||
pname = "aniseed";
|
||||
version = "2021-01-08";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Olical";
|
||||
repo = "aniseed";
|
||||
rev = "50adbc5ed5bb97b73b0b0c3241d9e62621ca59f9";
|
||||
sha256 = "1wy5jd86273q7sxa50kv88flqdgmg9z2m4b6phpw3xnl5d1sj9f7";
|
||||
};
|
||||
meta.homepage = "https://github.com/Olical/aniseed/";
|
||||
};
|
||||
|
||||
ansible-vim = buildVimPluginFrom2Nix {
|
||||
pname = "ansible-vim";
|
||||
version = "2020-10-15";
|
||||
@@ -5185,6 +5197,18 @@ let
|
||||
meta.homepage = "https://github.com/lambdalisue/vim-gista/";
|
||||
};
|
||||
|
||||
vim-git = buildVimPluginFrom2Nix {
|
||||
pname = "vim-git";
|
||||
version = "2020-07-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tpope";
|
||||
repo = "vim-git";
|
||||
rev = "4be54a3e2e300a94f6f7dfa7a6ee9e81245c9886";
|
||||
sha256 = "1061l9igdywfbqgwpf2f25yby78phb512hjbyzvqz5l1p7dw1xyd";
|
||||
};
|
||||
meta.homepage = "https://github.com/tpope/vim-git/";
|
||||
};
|
||||
|
||||
vim-gitbranch = buildVimPluginFrom2Nix {
|
||||
pname = "vim-gitbranch";
|
||||
version = "2017-05-27";
|
||||
|
||||
@@ -405,6 +405,7 @@ nvim-treesitter/playground
|
||||
ocaml/vim-ocaml
|
||||
octol/vim-cpp-enhanced-highlight
|
||||
ojroques/vim-oscyank@main
|
||||
Olical/aniseed
|
||||
Olical/conjure
|
||||
OrangeT/vim-csharp
|
||||
osyo-manga/shabadou.vim
|
||||
@@ -560,6 +561,7 @@ tpope/vim-eunuch
|
||||
tpope/vim-fireplace
|
||||
tpope/vim-flagship
|
||||
tpope/vim-fugitive
|
||||
tpope/vim-git
|
||||
tpope/vim-liquid
|
||||
tpope/vim-obsession
|
||||
tpope/vim-pathogen
|
||||
|
||||
Reference in New Issue
Block a user