feat: Add Helix rendering whitespaces
This commit is contained in:
parent
0f6c600e24
commit
c754658646
@ -8,6 +8,7 @@
|
|||||||
./yazi.nix
|
./yazi.nix
|
||||||
./ags.nix
|
./ags.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
|
./helix.nix
|
||||||
|
|
||||||
./wms/wofi.nix
|
./wms/wofi.nix
|
||||||
./wms/mako.nix
|
./wms/mako.nix
|
||||||
|
21
home-manager/modules/helix.nix
Normal file
21
home-manager/modules/helix.nix
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
programs.helix = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
# theme = "catppuccin-mocha";
|
||||||
|
editor = {
|
||||||
|
whitespace.render = {
|
||||||
|
space = "all";
|
||||||
|
tab = "all";
|
||||||
|
nbsp = "none";
|
||||||
|
nnbsp = "none";
|
||||||
|
newline = "none";
|
||||||
|
};
|
||||||
|
|
||||||
|
indent-guides.render = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@ -32,6 +32,4 @@
|
|||||||
terminal = .5;
|
terminal = .5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."helix/config.toml".text = ''theme = "catppuccin_mocha"'';
|
|
||||||
}
|
}
|
||||||
|
@ -37,6 +37,4 @@
|
|||||||
terminal = .5;
|
terminal = .5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."helix/config.toml".text = ''theme = "catppuccin_mocha"'';
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user