vimPlugins.famous-quotes-nvim: init at 2025-05-07#404844
vimPlugins.famous-quotes-nvim: init at 2025-05-07#404844GaetanLepage merged 1 commit intoNixOS:masterfrom mahyarmirrashed:master
Conversation
|
Took advantage of a last-minute ride out to town to update |
|
I hit a rate limit trying to run |
You should run Otherwise the script will update the entire Also, when you make a PR adding a new piece of software, please ensure to add some context in the PR description.
Example: #402618 |
|
@GaetanLepage I did run that command: |
Ok good! I am also experiencing some issues on my side... Maybe GitHub is unstable right now. |
|
@GaetanLepage Updated description. |
Interesting, that is exactly what I was experiencing just a second ago when I tried running |
|
It seems to work on my side now. Please try again, otherwise I can force-push to your branch. |
|
Still failing on my side, please go ahead with a force-push. |
|
Interestingly, I still get errors even with |
As you have not created a proper feature branch on your repo, I am not able to force-push. diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 02e81e52c6b8..06f92e7ca10d 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -4630,6 +4630,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
+ famous-quotes-nvim = buildVimPlugin {
+ pname = "famous-quotes.nvim";
+ version = "2025-05-07";
+ src = fetchFromGitHub {
+ owner = "mahyarmirrashed";
+ repo = "famous-quotes.nvim";
+ rev = "dc493abfb51581b6716986b4311c367c6a100bab";
+ sha256 = "179hgxyhzca4g0xmx02kl7gy7c6058kgww4zv7f1dvl2mf59ln67";
+ };
+ meta.homepage = "https://github.com/mahyarmirrashed/famous-quotes.nvim/";
+ meta.hydraPlatforms = [ ];
+ };
+
far-vim = buildVimPlugin {
pname = "far.vim";
version = "2024-05-14";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 5022f66dc337..a023288461b2 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -354,6 +354,7 @@ https://github.com/sainnhe/everforest/,,
https://github.com/google/executor.nvim/,HEAD,
https://github.com/jinh0/eyeliner.nvim/,HEAD,
https://github.com/fenetikm/falcon/,,
+https://github.com/mahyarmirrashed/famous-quotes.nvim/,HEAD,
https://github.com/brooth/far.vim/,,
https://github.com/Chaitanyabsprip/fastaction.nvim/,HEAD,
https://github.com/pteroctopus/faster.nvim/,HEAD, |
Done! Let me know if there is anything else to do @GaetanLepage :) |
|
GaetanLepage
left a comment
There was a problem hiding this comment.
All good!
Let's wait for eval.
|
Thanks for the help and guidance along the way, @GaetanLepage . Much appreciated! |
Things done
Add famous-quotes.nvim, a simple quote generation plugin for Neovim. You can see an example of its use here: https://github.com/mahyarmirrashed/nix-cats/blob/main/lua/zenvim/ui/alpha.lua#L58
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.