From bc3ec9e1d99d6a8f8c23adc4b89ac5a2281ca3b9 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:24:54 +0200 Subject: [PATCH 1/3] vimPlugins.runner-nvim: init at 0-unstable-2026-02-11 https://github.com/TheLazyCat00/runner-nvim --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/vim-plugin-names | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 878ffb2064d6..e935b8fd770f 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -14139,6 +14139,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + runner-nvim = buildVimPlugin { + pname = "runner-nvim"; + version = "0-unstable-2026-02-11"; + src = fetchFromGitHub { + owner = "TheLazyCat00"; + repo = "runner-nvim"; + rev = "fff7bc209c0c1effa17c326eed3a2a64939ee009"; + hash = "sha256-EqWwQ/8BAC7RdS0mowxOtcJoGFu7YD/XrKSAbjQtHTg="; + }; + meta.homepage = "https://github.com/TheLazyCat00/runner-nvim/"; + meta.hydraPlatforms = [ ]; + }; + rust-tools-nvim = buildVimPlugin { pname = "rust-tools.nvim"; version = "0-unstable-2024-01-03"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index a8135333b62e..80cdd6b3bd66 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -843,9 +843,9 @@ https://github.com/nacro90/numb.nvim/,, https://github.com/nvchad/nvchad/,HEAD, https://github.com/nvchad/ui/,HEAD,nvchad-ui https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/,, -https://github.com/mfussenegger/nvim-ansible/,HEAD, https://github.com/AckslD/nvim-FeMaco.lua/,HEAD, https://github.com/nathanmsmith/nvim-ale-diagnostic/,, +https://github.com/mfussenegger/nvim-ansible/,HEAD, https://github.com/windwp/nvim-autopairs/,, https://github.com/Canop/nvim-bacon/,HEAD, https://github.com/code-biscuits/nvim-biscuits/,HEAD, @@ -1086,6 +1086,7 @@ https://github.com/rose-pine/neovim/,main,rose-pine https://github.com/seblyng/roslyn.nvim/,HEAD, https://github.com/keith/rspec.vim/,, https://github.com/ccarpita/rtorrent-syntax-file/,, +https://github.com/TheLazyCat00/runner-nvim/,HEAD, https://github.com/simrat39/rust-tools.nvim/,, https://github.com/rust-lang/rust.vim/,, https://github.com/tris203/rzls.nvim/,HEAD, From 093fee9fd69a690608557bb58ba381de70fdcf78 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:25:14 +0200 Subject: [PATCH 2/3] vimPlugins.garbage-day-nvim: init at 1.4.0-unstable-2026-02-25 https://github.com/Zeioth/garbage-day.nvim --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 14 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index e935b8fd770f..ff92e39084da 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -5774,6 +5774,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + garbage-day-nvim = buildVimPlugin { + pname = "garbage-day.nvim"; + version = "1.4.0-unstable-2026-02-25"; + src = fetchFromGitHub { + owner = "Zeioth"; + repo = "garbage-day.nvim"; + rev = "2fcc56556281de8ee871a5f3beb9db7ab747ef32"; + hash = "sha256-GabA9whTRQpBbQjc5pyGGVnehBG2i+lwiqJLx31tTLE="; + }; + meta.homepage = "https://github.com/Zeioth/garbage-day.nvim/"; + meta.hydraPlatforms = [ ]; + }; + gbprod-nord = buildVimPlugin { pname = "gbprod-nord"; version = "1.1.0-unstable-2025-10-15"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 80cdd6b3bd66..fbd9783eee4d 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -442,6 +442,7 @@ https://github.com/monkoose/fzf-hoogle.vim/,HEAD, https://github.com/gfanto/fzf-lsp.nvim/,, https://github.com/junegunn/fzf.vim/,, https://github.com/NTBBloodbath/galaxyline.nvim/,, +https://github.com/Zeioth/garbage-day.nvim/,HEAD, https://github.com/gbprod/nord.nvim/,,gbprod-nord https://github.com/Teatek/gdscript-extended-lsp.nvim/,HEAD, https://github.com/David-Kunz/gen.nvim/,HEAD, From b57eae8b862d7bcec9cb636ab218812161f55ace Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:25:32 +0200 Subject: [PATCH 3/3] vimPlugins.better-diagnostic-virtual-text: init at 0-unstable-2024-07-27 https://github.com/sontungexpt/better-diagnostic-virtual-text --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 14 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index ff92e39084da..17b58b91c787 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1543,6 +1543,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + better-diagnostic-virtual-text = buildVimPlugin { + pname = "better-diagnostic-virtual-text"; + version = "0-unstable-2024-07-27"; + src = fetchFromGitHub { + owner = "sontungexpt"; + repo = "better-diagnostic-virtual-text"; + rev = "eb3a77e714aa6c295bdb4f074fccbda637090f6e"; + hash = "sha256-x6DYr+w0FIwVgrXgip8/wSrUDqkRkAs5HxXdwjY76/I="; + }; + meta.homepage = "https://github.com/sontungexpt/better-diagnostic-virtual-text/"; + meta.hydraPlatforms = [ ]; + }; + better-escape-nvim = buildVimPlugin { pname = "better-escape.nvim"; version = "2.3.3-unstable-2025-04-29"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index fbd9783eee4d..e9c859169953 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -117,6 +117,7 @@ https://github.com/nvchad/base46/,HEAD, https://github.com/jamespwilliams/bat.vim/,HEAD, https://github.com/vim-scripts/bats.vim/,, https://github.com/rbgrouleff/bclose.vim/,, +https://github.com/sontungexpt/better-diagnostic-virtual-text/,HEAD, https://github.com/max397574/better-escape.nvim/,, https://github.com/LunarVim/bigfile.nvim/,, https://github.com/FabijanZulj/blame.nvim/,HEAD,