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 Sep 7, 2024
1 parent c4135d7 commit 0657e16
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 307 deletions.
2 changes: 1 addition & 1 deletion plugins/colorschemes/base16/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {

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 0657e16

Please sign in to comment.