diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index dc433b28353a..064caf4daebc 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 63cf04e188fa..048136405dff 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 1ca54bd8537c..8e0ef82824a3 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,