Unverified Commit cc1044ce authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.kanagawa-paper-nvim: init at 2025-04-27 (#403656)

parents f3ffe3b1 154f79b2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -6548,6 +6548,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  kanagawa-paper-nvim = buildVimPlugin {
    pname = "kanagawa-paper.nvim";
    version = "2025-04-27";
    src = fetchFromGitHub {
      owner = "thesimonho";
      repo = "kanagawa-paper.nvim";
      rev = "4f41353f6a2bf9f25b2466a0f1eb6883d8fd09c1";
      sha256 = "0gan0jqn4azkqln5xsnffpyjqmzqv1wwv02xv2d0yykmlqk9yqc8";
    };
    meta.homepage = "https://github.com/thesimonho/kanagawa-paper.nvim/";
    meta.hydraPlatforms = [ ];
  };
  kdl-vim = buildVimPlugin {
    pname = "kdl.vim";
    version = "2023-02-20";
+8 −0
Original line number Diff line number Diff line
@@ -1457,6 +1457,14 @@ in
    passthru.python3Dependencies = ps: [ ps.jupytext ];
  };

  kanagawa-paper-nvim = super.kanagawa-paper-nvim.overrideAttrs {
    nvimSkipModules = [
      # skipping wezterm theme switcher since it relies on a wezterm module
      # that does not seem to be available, tried to build setting wezterm-nvim as a dep
      "wezterm.theme_switcher"
    ];
  };

  kulala-nvim = super.kulala-nvim.overrideAttrs {
    dependencies = with self; [
      nvim-treesitter
+1 −0
Original line number Diff line number Diff line
@@ -501,6 +501,7 @@ https://github.com/julelang/jule.nvim/,HEAD,
https://github.com/julelang/jule.nvim/,HEAD,
https://github.com/JuliaEditorSupport/julia-vim/,,
https://github.com/GCBallesteros/jupytext.nvim/,HEAD,
https://github.com/thesimonho/kanagawa-paper.nvim/,HEAD,
https://github.com/rebelot/kanagawa.nvim/,,
https://github.com/imsnif/kdl.vim/,HEAD,
https://github.com/anuvyklack/keymap-layer.nvim/,HEAD,