1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Don't auto save in Helix

This commit is contained in:
RGBCube 2023-05-14 15:53:59 +03:00
parent bb57d61c3e
commit 4d2c4ef6ac

View file

@ -12,12 +12,11 @@
}; };
programs.helix = enabled { programs.helix = enabled {
settings.theme = "base16_transparent"; settings.theme = "base16_terminal";
settings.editor = { settings.editor = {
auto-pairs."<" = ">"; auto-pairs."<" = ">";
auto-pairs."`" = "`"; auto-pairs."`" = "`";
auto-save = true;
color-modes = true; color-modes = true;
cursor-shape.normal = "bar"; cursor-shape.normal = "bar";
cursorline = true; cursorline = true;