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

vimPlugins.neovim-tips: init at 2025-11-25 (#465212)

parents 1ab959af fd7a1b3a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -10178,6 +10178,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  neovim-tips = buildVimPlugin {
    pname = "neovim-tips";
    version = "2025-11-25";
    src = fetchFromGitHub {
      owner = "saxon1964";
      repo = "neovim-tips";
      rev = "b8c02411907ce1a5ded18a922a894a5dfb5c89a5";
      sha256 = "084m1g9pxgkxcsbi6yja3fd71x1r5i0j32bsxjnf63dxyzlf7v20";
    };
    meta.homepage = "https://github.com/saxon1964/neovim-tips/";
    meta.hydraPlatforms = [ ];
  };
  neovim-trunk = buildVimPlugin {
    pname = "neovim-trunk";
    version = "2025-07-23";
+6 −0
Original line number Diff line number Diff line
@@ -2335,6 +2335,12 @@ assertNoAdditions {
    ];
  };

  neovim-tips = super.neovim-tips.overrideAttrs {
    dependencies = [
      self.nui-nvim
    ];
  };

  nlsp-settings-nvim = super.nlsp-settings-nvim.overrideAttrs {
    dependencies = [ self.nvim-lspconfig ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -781,6 +781,7 @@ https://github.com/lawrence-laz/neotest-zig/,HEAD,
https://github.com/Shatur/neovim-ayu/,,
https://github.com/cloudhead/neovim-fuzzy/,,
https://github.com/jeffkreeftmeijer/neovim-sensible/,,
https://github.com/saxon1964/neovim-tips/,HEAD,
https://github.com/trunk-io/neovim-trunk/,HEAD,
https://github.com/Shougo/neoyank.vim/,,
https://github.com/preservim/nerdcommenter/,,