Skip to content

Commit

Permalink
plugins/airline: switch to settings option
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Mar 12, 2024
1 parent 6010109 commit 6a414ea
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 381 deletions.
2 changes: 1 addition & 1 deletion plugins/colorschemes/base16.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ in {
colorscheme = mkIf (cfg.colorscheme != null) "base16-${cfg.colorscheme}";
extraPlugins = [cfg.package];

plugins.airline.theme = mkIf cfg.setUpBar "base16";
plugins.airline.settings.theme = mkIf cfg.setUpBar "base16";
plugins.lualine.theme = mkIf cfg.setUpBar "base16";
plugins.lightline.colorscheme = null;

Expand Down
Loading

0 comments on commit 6a414ea

Please sign in to comment.