vimPlugins.perfanno-nvim: init at 2024-12-28 (#436798)
This commit is contained in:
@@ -12415,6 +12415,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
perfanno-nvim = buildVimPlugin {
|
||||
pname = "perfanno.nvim";
|
||||
version = "2024-12-28";
|
||||
src = fetchFromGitHub {
|
||||
owner = "t-troebst";
|
||||
repo = "perfanno.nvim";
|
||||
rev = "8640d6655f17a79af8de3153af2ce90c03f65e86";
|
||||
sha256 = "1097sppcsw41asps1k51ic9h4z0hpzgc44kjfcyqdhclnxwady81";
|
||||
};
|
||||
meta.homepage = "https://github.com/t-troebst/perfanno.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
persisted-nvim = buildVimPlugin {
|
||||
pname = "persisted.nvim";
|
||||
version = "2025-08-16";
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
direnv,
|
||||
fzf,
|
||||
gawk,
|
||||
gperf,
|
||||
helm-ls,
|
||||
himalaya,
|
||||
htop,
|
||||
@@ -2972,6 +2973,11 @@ in
|
||||
];
|
||||
});
|
||||
|
||||
perfanno-nvim = super.perfanno-nvim.overrideAttrs (old: {
|
||||
dependencies = [ gperf ];
|
||||
meta.maintainers = with lib.maintainers; [ fredeb ];
|
||||
});
|
||||
|
||||
persisted-nvim = super.persisted-nvim.overrideAttrs {
|
||||
nvimSkipModules = [
|
||||
# /lua/persisted/init.lua:44: attempt to index upvalue 'config' (a nil value)
|
||||
|
||||
@@ -953,6 +953,7 @@ https://github.com/lewis6991/pckr.nvim/,HEAD,
|
||||
https://github.com/tmsvg/pear-tree/,,
|
||||
https://github.com/steelsojka/pears.nvim/,,
|
||||
https://github.com/toppair/peek.nvim/,HEAD,
|
||||
https://github.com/t-troebst/perfanno.nvim/,HEAD,
|
||||
https://github.com/olimorris/persisted.nvim/,HEAD,
|
||||
https://github.com/folke/persistence.nvim/,,
|
||||
https://github.com/Weissle/persistent-breakpoints.nvim/,,
|
||||
|
||||
Reference in New Issue
Block a user