vimPlugins.arrow-nvim: init at 2024-04-19

This commit is contained in:
Haseeb Majid 2024-04-21 23:50:09 +01:00 committed by Matthieu Coudron
parent 1fc05e600a
commit af270165be
2 changed files with 13 additions and 0 deletions

View File

@ -689,6 +689,18 @@ final: prev:
meta.homepage = "https://github.com/vim-scripts/argtextobj.vim/";
};
arrow-nvim = buildVimPlugin {
pname = "arrow.nvim";
version = "2024-04-19";
src = fetchFromGitHub {
owner = "otavioschwanck";
repo = "arrow.nvim";
rev = "37f32c94cf6e01826af5d96337c70d2f9be0a280";
sha256 = "0v23gw86rmciaqbi27ifd3f5mw0vknm2482yznb30dpq3pk53327";
};
meta.homepage = "https://github.com/otavioschwanck/arrow.nvim/";
};
astrotheme = buildVimPlugin {
pname = "astrotheme";
version = "2024-04-10";

View File

@ -56,6 +56,7 @@ https://github.com/pearofducks/ansible-vim/,,
https://github.com/ckarnell/antonys-macro-repeater/,,
https://github.com/solarnz/arcanist.vim/,,
https://github.com/vim-scripts/argtextobj.vim/,,
https://github.com/otavioschwanck/arrow.nvim/,,
https://github.com/AstroNvim/astrotheme/,,
https://github.com/prabirshrestha/async.vim/,,
https://github.com/prabirshrestha/asyncomplete-buffer.vim/,HEAD,