DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

nvim-flake/config/plugins/lualine.nix -rw-r--r-- 188 bytes
3748c750liljamo chore: update flake inputs and make suggested changes 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  plugins.lualine = {
    enable = true;
    componentSeparators = {
      left = "";
      right = "";
    };
    sectionSeparators = {
      left = "";
      right = "";
    };
  };
}