diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index b7ded45454cd..f177640b9a9b 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -7488,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"; 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 c78da5cd441b..2e013354de6a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -574,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/,,