1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #334213 from nebunebu/fortune-nvim

vimPlugins.fortune-nvim: init at 2024-08-12
This commit is contained in:
Gaétan Lepage 2024-08-18 10:06:26 +02:00 committed by GitHub
commit 452516c5a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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/,,