1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

vimPlugins.fortune-nvim: init at 2024-08-12

This commit is contained in:
nebunebu 2024-08-12 15:38:24 -04:00
parent 50e65b916f
commit 962de89f36
2 changed files with 13 additions and 0 deletions

View file

@ -3923,6 +3923,18 @@ final: prev:
meta.homepage = "https://github.com/megaannum/forms/";
};
fortune-nvim = buildVimPlugin {
pname = "fortune.nvim";
version = "2024-07-18";
src = fetchFromGitHub {
owner = "rubiin";
repo = "fortune.nvim";
rev = "29a99fbf887a2d48693f1eaa1893f84cde60af54";
sha256 = "0kyi2pl5d1h7ycxsdvqdyg5zmjfxj7jpx7lk3bf2d14wvnvcwpb4";
};
meta.homepage = "https://github.com/rubiin/fortune.nvim/";
};
friendly-snippets = buildVimPlugin {
pname = "friendly-snippets";
version = "2024-07-15";

View file

@ -326,6 +326,7 @@ https://github.com/akinsho/flutter-tools.nvim/,HEAD,
https://github.com/anuvyklack/fold-preview.nvim/,HEAD,
https://github.com/mhartington/formatter.nvim/,,
https://github.com/megaannum/forms/,,
https://github.com/rubiin/fortune.nvim/,HEAD,
https://github.com/rafamadriz/friendly-snippets/,,
https://github.com/raghur/fruzzy/,,
https://github.com/shumphrey/fugitive-gitlab.vim/,,