diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index c84d0e792ad0a3..efa5567b93f388 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -148,14 +148,6 @@ in dependencies = [ self.lazy-nvim ]; }; - astrotheme = super.astrotheme.overrideAttrs { - nvimSkipModule = [ - # attempt to index local 'c' (a nil value) - "astrotheme.groups.plugins.flash" - "astrotheme.groups.plugins.todo-comments" - ]; - }; - astroui = super.astroui.overrideAttrs (oa: { # Readme states that astrocore is an optional dependency nativeCheckInputs = oa.nativeCheckInputs ++ [ self.astrocore ];