vimPlugins.colorful-menu-nvim: init at 2025-02-17
This commit is contained in:
@@ -2827,6 +2827,19 @@ final: prev:
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
colorful-menu-nvim = buildVimPlugin {
|
||||
pname = "colorful-menu.nvim";
|
||||
version = "2025-02-17";
|
||||
src = fetchFromGitHub {
|
||||
owner = "xzbdmw";
|
||||
repo = "colorful-menu.nvim";
|
||||
rev = "e1b4095e3726156e65d009f06ad1076b0d75dd3e";
|
||||
sha256 = "0d23l2l92n7wp0am0raap7vsjxqzgv3dc60rcwpbix138fxxas96";
|
||||
};
|
||||
meta.homepage = "https://github.com/xzbdmw/colorful-menu.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
colorizer = buildVimPlugin {
|
||||
pname = "colorizer";
|
||||
version = "2022-01-03";
|
||||
|
||||
@@ -739,6 +739,14 @@ in
|
||||
dependencies = [ self.nvim-treesitter ];
|
||||
};
|
||||
|
||||
colorful-menu-nvim = super.colorful-menu-nvim.overrideAttrs {
|
||||
# Local bug reproduction modules
|
||||
nvimSkipModule = [
|
||||
"repro_blink"
|
||||
"repro_cmp"
|
||||
];
|
||||
};
|
||||
|
||||
command-t = super.command-t.overrideAttrs {
|
||||
nativeBuildInputs = [
|
||||
getconf
|
||||
|
||||
@@ -216,6 +216,7 @@ https://github.com/Exafunction/codeium.vim/,HEAD,
|
||||
https://github.com/gorbit99/codewindow.nvim/,HEAD,
|
||||
https://github.com/metakirby5/codi.vim/,,
|
||||
https://github.com/tjdevries/colorbuddy.nvim/,,
|
||||
https://github.com/xzbdmw/colorful-menu.nvim/,HEAD,
|
||||
https://github.com/lilydjwg/colorizer/,,
|
||||
https://github.com/Domeee/com.cloudedmountain.ide.neovim/,HEAD,
|
||||
https://github.com/wincent/command-t/,,
|
||||
|
||||
Reference in New Issue
Block a user