mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Added stylix
This commit is contained in:
parent
bf14ab604e
commit
c97591361a
8 changed files with 476 additions and 79 deletions
|
|
@ -75,13 +75,54 @@
|
|||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
editor = {
|
||||
auto-format = false;
|
||||
#gutters = ["line-numbers", "diagnostics", "diff"]
|
||||
end-of-line-diagnostics = "warning";
|
||||
|
||||
inline-diagnostics = {
|
||||
cursor-line = "error";
|
||||
};
|
||||
|
||||
statusline = {
|
||||
left = ["mode" "spinner" "spacer" "version-control" "file-name"];
|
||||
};
|
||||
file-picker = {
|
||||
# git-ignore = false
|
||||
};
|
||||
|
||||
lsp = {
|
||||
display-inlay-hints = true;
|
||||
display-messages = true;
|
||||
};
|
||||
|
||||
cursor-shape.insert = "bar";
|
||||
soft-wrap.enable = true;
|
||||
};
|
||||
|
||||
keys = {
|
||||
normal = {
|
||||
C-right = "move_next_word_start";
|
||||
C-left = "move_prev_word_end";
|
||||
a = "insert_mode";
|
||||
i = "append_mode";
|
||||
"=" = ":format";
|
||||
|
||||
space = {
|
||||
F = "file_picker_in_current_buffer_directory";
|
||||
};
|
||||
};
|
||||
insert = {
|
||||
C-right = "move_next_word_start";
|
||||
C-left = "move_prev_word_end";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "GitHub";
|
||||
};
|
||||
};
|
||||
|
||||
programs.zellij = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue