Unverified Commit 129ae637 authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins.just-nvim: init at 1.0.0

parent 7bc8c4f2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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";
+11 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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/,,