vimPlugins.slimline-nvim: init at 2.10.0 (#532771)

This commit is contained in:
Gaétan Lepage
2026-06-18 08:08:27 +00:00
committed by GitHub
3 changed files with 29 additions and 0 deletions
@@ -16128,6 +16128,20 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
slimline-nvim = buildVimPlugin {
pname = "slimline.nvim";
version = "2.10.0";
src = fetchFromGitHub {
owner = "sschleemilch";
repo = "slimline.nvim";
tag = "v2.10.0";
hash = "sha256-ma+79ysHuTe4KxmFjxO0xMCz/bvhc3mc3sXBNcecjdI=";
};
meta.homepage = "https://github.com/sschleemilch/slimline.nvim/";
meta.license = getLicenseFromSpdxId "MIT";
meta.hydraPlatforms = [ ];
};
slimv = buildVimPlugin {
pname = "slimv";
version = "0.9.13-unstable-2026-05-17";
@@ -4084,6 +4084,20 @@ assertNoAdditions {
};
});
slimline-nvim = super.slimline-nvim.overrideAttrs {
nvimSkipModules = [
# Component modules read the user-supplied slimline.config at require time.
"slimline.components.diagnostics"
"slimline.components.filetype_lsp"
"slimline.components.mode"
"slimline.components.path"
"slimline.components.progress"
"slimline.components.recording"
"slimline.components.searchcount"
"slimline.components.selectioncount"
];
};
smart-open-nvim = super.smart-open-nvim.overrideAttrs {
dependencies = with self; [
plenary-nvim
@@ -1150,6 +1150,7 @@ https://github.com/folke/sidekick.nvim/,,
https://github.com/AndrewRadev/sideways.vim/,,
https://github.com/skim-rs/skim.vim/,,
https://github.com/mopp/sky-color-clock.vim/,,
https://github.com/sschleemilch/slimline.nvim/,,
https://github.com/kovisoft/slimv/,,
https://github.com/danielfalk/smart-open.nvim/,,
https://github.com/mrjones2014/smart-splits.nvim/,,