mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Don't auto save in Helix
This commit is contained in:
parent
bb57d61c3e
commit
4d2c4ef6ac
1 changed files with 1 additions and 2 deletions
|
@ -12,12 +12,11 @@
|
|||
};
|
||||
|
||||
programs.helix = enabled {
|
||||
settings.theme = "base16_transparent";
|
||||
settings.theme = "base16_terminal";
|
||||
|
||||
settings.editor = {
|
||||
auto-pairs."<" = ">";
|
||||
auto-pairs."`" = "`";
|
||||
auto-save = true;
|
||||
color-modes = true;
|
||||
cursor-shape.normal = "bar";
|
||||
cursorline = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue