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 1, 2024
1 parent caefb26 commit dfb8f1c
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 231 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 dfb8f1c

Please sign in to comment.