Configure helix

This commit is contained in:
Isshi0417 2024-07-23 22:18:24 +09:00
parent 14d37a6f22
commit 569101ff41
2 changed files with 2 additions and 1 deletions

View File

@ -105,6 +105,7 @@
python312Packages.pip python312Packages.pip
python312Packages.python-lsp-server python312Packages.python-lsp-server
nil nil
marksman
]; ];
programs.light.enable = true; programs.light.enable = true;

View File

@ -9,7 +9,7 @@
editor = { editor = {
line-number = "relative"; line-number = "relative";
shell = ["sh" "-c"]; shell = ["sh" "-c"];
rulers = [79]; rulers = [80];
statusline = { statusline = {
left = ["mode" "version-control" "file-name"]; left = ["mode" "version-control" "file-name"];