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:
commit
452516c5a5
|
@ -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";
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue