DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 806c3f348254dace1f629abcf376029961ad6118 nvim-flake/config/plugins/lualine.nix -rw-r--r-- 188 bytes
806c3f34Jonni Liljamo feat(lualine): disable separators 3 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 = "";
    };
  };
}