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

authored by majiy00.tngl.sh and committed by

Matthieu Coudron af270165 1fc05e60

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 689 689 meta.homepage = "https://github.com/vim-scripts/argtextobj.vim/"; 690 690 }; 691 691 692 + arrow-nvim = buildVimPlugin { 693 + pname = "arrow.nvim"; 694 + version = "2024-04-19"; 695 + src = fetchFromGitHub { 696 + owner = "otavioschwanck"; 697 + repo = "arrow.nvim"; 698 + rev = "37f32c94cf6e01826af5d96337c70d2f9be0a280"; 699 + sha256 = "0v23gw86rmciaqbi27ifd3f5mw0vknm2482yznb30dpq3pk53327"; 700 + }; 701 + meta.homepage = "https://github.com/otavioschwanck/arrow.nvim/"; 702 + }; 703 + 692 704 astrotheme = buildVimPlugin { 693 705 pname = "astrotheme"; 694 706 version = "2024-04-10";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 56 56 https://github.com/ckarnell/antonys-macro-repeater/,, 57 57 https://github.com/solarnz/arcanist.vim/,, 58 58 https://github.com/vim-scripts/argtextobj.vim/,, 59 + https://github.com/otavioschwanck/arrow.nvim/,, 59 60 https://github.com/AstroNvim/astrotheme/,, 60 61 https://github.com/prabirshrestha/async.vim/,, 61 62 https://github.com/prabirshrestha/asyncomplete-buffer.vim/,HEAD,