vimPlugins.solarized-osaka-nvim: init at 2025-04-19
This commit is contained in:
@@ -13513,6 +13513,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
solarized-osaka-nvim = buildVimPlugin {
|
||||
pname = "solarized-osaka.nvim";
|
||||
version = "2025-04-19";
|
||||
src = fetchFromGitHub {
|
||||
owner = "craftzdog";
|
||||
repo = "solarized-osaka.nvim";
|
||||
rev = "f796014c14b1910e08d42cc2077fef34f08e0295";
|
||||
sha256 = "0jy2hk4fc210jih30ybvisr9pliya1s3nazw4d131vh5k4p1xqi6";
|
||||
};
|
||||
meta.homepage = "https://github.com/craftzdog/solarized-osaka.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
sonokai = buildVimPlugin {
|
||||
pname = "sonokai";
|
||||
version = "2025-04-16";
|
||||
|
||||
@@ -3098,6 +3098,15 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
solarized-osaka-nvim = super.solarized-osaka-nvim.overrideAttrs {
|
||||
checkInputs = [ self.fzf-lua ];
|
||||
|
||||
nvimSkipModules = [
|
||||
# lua/solarized-osaka/extra/fzf.lua:55: color not found for header:FzfLuaTitle
|
||||
"solarized-osaka.extra.fzf"
|
||||
];
|
||||
};
|
||||
|
||||
spaceman-nvim = super.spaceman-nvim.overrideAttrs {
|
||||
# Optional telescope integration
|
||||
nvimSkipModules = "spaceman.adapters.telescope";
|
||||
|
||||
@@ -1036,6 +1036,7 @@ https://github.com/folke/snacks.nvim/,HEAD,
|
||||
https://github.com/camspiers/snap/,,
|
||||
https://github.com/leath-dub/snipe.nvim/,HEAD,
|
||||
https://github.com/norcalli/snippets.nvim/,,
|
||||
https://github.com/craftzdog/solarized-osaka.nvim/,HEAD,
|
||||
https://github.com/shaunsingh/solarized.nvim/,HEAD,
|
||||
https://github.com/sainnhe/sonokai/,,
|
||||
https://github.com/sQVe/sort.nvim/,HEAD,
|
||||
|
||||
Reference in New Issue
Block a user