helix.nix: switch to gruvbox, add hidden files in file picker
This commit is contained in:
parent
0b4b1124be
commit
89ca030a5f
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
inherit (lib) getExe;
|
inherit (lib) getExe;
|
||||||
toml = formats.toml {};
|
toml = formats.toml {};
|
||||||
helix-config = {
|
helix-config = {
|
||||||
theme = "catppuccin_mocha";
|
theme = "gruvbox";
|
||||||
editor = {
|
editor = {
|
||||||
cursorline = false;
|
cursorline = false;
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
|
@ -42,6 +42,9 @@
|
||||||
display-messages = true;
|
display-messages = true;
|
||||||
snippets = true;
|
snippets = true;
|
||||||
};
|
};
|
||||||
|
file-picker = {
|
||||||
|
hidden = false;
|
||||||
|
};
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
true-color = true;
|
true-color = true;
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue