Skip to content

Commit

Permalink
vimPlugins.astrotheme: remove nvimSkipModule
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 10, 2025
1 parent ff4c9da commit c5ba82c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit c5ba82c

Please sign in to comment.