Skip to content

Commit

Permalink
plugins/lualine: migrate to mkNeovimPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Aug 26, 2024
1 parent eac092c commit fd800be
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 268 deletions.
2 changes: 1 addition & 1 deletion plugins/colorschemes/base16/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin config {

extraConfig = cfg: {
plugins.airline.settings.theme = lib.mkIf cfg.setUpBar (lib.mkDefault name);
plugins.lualine.theme = lib.mkIf cfg.setUpBar (lib.mkDefault name);
plugins.lualine.settings.options.theme = lib.mkIf cfg.setUpBar (lib.mkDefault name);
plugins.lightline.settings.colorscheme = lib.mkDefault null;

opts.termguicolors = lib.mkDefault true;
Expand Down
Loading

0 comments on commit fd800be

Please sign in to comment.