helix
This commit is contained in:
parent
e1b905dc2d
commit
19776d50d9
|
@ -11,7 +11,7 @@
|
|||
./gtk
|
||||
./git
|
||||
./ags
|
||||
./neovim
|
||||
# ./neovim
|
||||
./helix
|
||||
./misc
|
||||
inputs.ags.homeManagerModules.default
|
||||
|
|
|
@ -2,5 +2,14 @@
|
|||
{
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
# lsp.display-messages = true;
|
||||
keys.normal = {
|
||||
space.space = "file_picker";
|
||||
# Z.Z = ":wq";
|
||||
# Z.Q = ":q";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
homeDirectory = "/home/joy";
|
||||
stateVersion = "23.11";
|
||||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
# EDITOR = "nvim";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue