vimPlugins.neovim-tips: init at 2025-11-25 (#465212)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user