diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 3212b46ebfa2..ccd0a0254e9c 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -3322,6 +3322,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + codex-nvim = buildVimPlugin { + pname = "codex.nvim"; + version = "1.1.0"; + src = fetchFromGitHub { + owner = "johnseth97"; + repo = "codex.nvim"; + tag = "v1.1.0"; + hash = "sha256-rx5/Iso5rWYfRTnQyZ8g16FCxqjj4FgWmG+r09ebVJc="; + }; + meta.homepage = "https://github.com/johnseth97/codex.nvim/"; + meta.hydraPlatforms = [ ]; + }; + codi-vim = buildVimPlugin { pname = "codi.vim"; version = "0-unstable-2023-02-28"; @@ -7475,6 +7488,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + just-nvim = buildVimPlugin { + pname = "just.nvim"; + version = "1.0.0"; + src = fetchFromGitHub { + owner = "nxuv"; + repo = "just.nvim"; + tag = "v1.0.0"; + hash = "sha256-pwAlfwPFnWD2qfBAuhLxSoCQoOZD7gQHEy4Nnt0GOqE="; + }; + meta.homepage = "https://github.com/nxuv/just.nvim/"; + meta.hydraPlatforms = [ ]; + }; + kanagawa-nvim = buildVimPlugin { pname = "kanagawa.nvim"; version = "0-unstable-2026-04-20"; @@ -10244,6 +10270,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + neotab-nvim = buildVimPlugin { + pname = "neotab.nvim"; + version = "0-unstable-2025-08-04"; + src = fetchFromGitHub { + owner = "kawre"; + repo = "neotab.nvim"; + rev = "e99d3e28c5a2066d2d368dfe4ef3827c8d75d337"; + hash = "sha256-pSLvpKqfi1hQrFAYmXTOUOYERtnr79M23z5so2JOGhE="; + }; + meta.homepage = "https://github.com/kawre/neotab.nvim/"; + meta.hydraPlatforms = [ ]; + }; + neoterm = buildVimPlugin { pname = "neoterm"; version = "0-unstable-2023-03-09"; @@ -11802,6 +11841,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + nvim-justice = buildVimPlugin { + pname = "nvim-justice"; + version = "0-unstable-2026-04-13"; + src = fetchFromGitHub { + owner = "chrisgrieser"; + repo = "nvim-justice"; + rev = "a3e0d2d73d1748d1bed45e6b1797fbc73961e53f"; + hash = "sha256-gT+vPt9BWe1AylFqbZsoEXL8cXSpMjRdiY44Cxalwcg="; + }; + meta.homepage = "https://github.com/chrisgrieser/nvim-justice/"; + meta.hydraPlatforms = [ ]; + }; + nvim-k8s-crd = buildVimPlugin { pname = "nvim-k8s-crd"; version = "0-unstable-2026-02-16"; @@ -12308,6 +12360,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + nvim-sioyek-highlights = buildVimPlugin { + pname = "nvim-sioyek-highlights"; + version = "0-unstable-2026-02-06"; + src = fetchFromGitHub { + owner = "jbuck95"; + repo = "nvim-sioyek-highlights"; + rev = "b8ab0a71b24c052cebaed97afe376b01fba19bf0"; + hash = "sha256-x2Q+96/YEky8fdy4CZ/QPwcLjaOLmwmtpWiYMnS657A="; + }; + meta.homepage = "https://github.com/jbuck95/nvim-sioyek-highlights/"; + meta.hydraPlatforms = [ ]; + }; + nvim-snippets = buildVimPlugin { pname = "nvim-snippets"; version = "1.0.0-unstable-2024-07-10"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index cd0e77e2e95c..652d9611fcde 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1587,6 +1587,17 @@ assertNoAdditions { passthru.python3Dependencies = ps: [ ps.jupytext ]; }; + just-nvim = super.just-nvim.overrideAttrs { + checkInputs = with self; [ + fidget-nvim + nvim-notify + telescope-nvim + ]; + dependencies = with self; [ + plenary-nvim + ]; + }; + kanagawa-paper-nvim = super.kanagawa-paper-nvim.overrideAttrs { nvimSkipModules = [ # skipping wezterm theme switcher since it relies on a wezterm module diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index c3843fe549fb..22835e110fa6 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -254,6 +254,7 @@ https://github.com/franco-ruggeri/codecompanion-spinner.nvim/,, https://github.com/olimorris/codecompanion.nvim/,, https://github.com/mrjones2014/codesettings.nvim/,, https://github.com/gorbit99/codewindow.nvim/,, +https://github.com/johnseth97/codex.nvim/,, https://github.com/metakirby5/codi.vim/,, https://github.com/archseer/colibri.vim/,, https://github.com/tjdevries/colorbuddy.nvim/,, @@ -573,6 +574,7 @@ https://git.myzel394.app/Myzel394/jsonfly.nvim,, https://github.com/julelang/jule.nvim/,, https://github.com/JuliaEditorSupport/julia-vim/,, https://github.com/GCBallesteros/jupytext.nvim/,, +https://github.com/nxuv/just.nvim/,, https://github.com/thesimonho/kanagawa-paper.nvim/,, https://github.com/rebelot/kanagawa.nvim/,, https://github.com/webhooked/kanso.nvim/,, @@ -786,6 +788,7 @@ https://github.com/nvim-neorg/neorg-telescope/,, https://github.com/karb94/neoscroll.nvim/,, https://github.com/Shougo/neosnippet-snippets/,, https://github.com/Shougo/neosnippet.vim/,, +https://github.com/kawre/neotab.nvim/,, https://github.com/kassio/neoterm/,, https://github.com/rcasia/neotest-bash/,, https://github.com/orjangj/neotest-ctest/,, @@ -906,6 +909,7 @@ https://codeberg.org/mfussenegger/nvim-jdtls/,, https://github.com/gennaro-tedesco/nvim-jqx/,, https://gitlab.com/usmcamp0811/nvim-julia-autotest,, https://github.com/yorickpeterse/nvim-jump/,, +https://github.com/chrisgrieser/nvim-justice/,, https://github.com/anasinnyk/nvim-k8s-crd/,, https://github.com/ethanholz/nvim-lastplace/,, https://github.com/kosayoda/nvim-lightbulb/,, @@ -945,6 +949,7 @@ https://github.com/petertriho/nvim-scrollbar/,, https://github.com/dstein64/nvim-scrollview/,, https://github.com/s1n7ax/nvim-search-and-replace/,, https://github.com/michaelrommel/nvim-silicon/,, +https://github.com/jbuck95/nvim-sioyek-highlights/,, https://github.com/garymjr/nvim-snippets/,, https://github.com/dcampos/nvim-snippy/,, https://github.com/ishan9299/nvim-solarized-lua/,,