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:
parent
bb57d61c3e
commit
4d2c4ef6ac
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue