mod helix settings
This commit is contained in:
parent
aa6038dbd6
commit
4ca22e1afa
1 changed files with 21 additions and 0 deletions
|
|
@ -9,6 +9,27 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
};
|
};
|
||||||
|
helix = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
theme = "catppuccin-mocha_transparent";
|
||||||
|
editor = {
|
||||||
|
line-number = "relative";
|
||||||
|
cursor-shape.insert = "bar";
|
||||||
|
mouse = false;
|
||||||
|
};
|
||||||
|
keys.normal.space = {
|
||||||
|
space = "file_picker";
|
||||||
|
w = ":w";
|
||||||
|
q = ":q";
|
||||||
|
esc = [ "collapse_selection" "keep_primary_selection" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
themes.catppuccin-mocha_transparent = {
|
||||||
|
inherits = "catppuccin_mocha";
|
||||||
|
"ui.background" = "{}";
|
||||||
|
};
|
||||||
|
};
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue