updated helix config
This commit is contained in:
parent
29f24dabfc
commit
f4f4f3c569
3 changed files with 24 additions and 4 deletions
|
|
@ -3,6 +3,13 @@
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
cursor = {
|
||||||
|
style = {
|
||||||
|
shape = "Beam";
|
||||||
|
blinking = "On";
|
||||||
|
blink_interval = 75;
|
||||||
|
};
|
||||||
|
};
|
||||||
window = {
|
window = {
|
||||||
dimensions = {
|
dimensions = {
|
||||||
columns = 120;
|
columns = 120;
|
||||||
|
|
|
||||||
|
|
@ -25,15 +25,30 @@
|
||||||
scroll-lines = 1;
|
scroll-lines = 1;
|
||||||
scrolloff = 5;
|
scrolloff = 5;
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
|
cursor-shape = {
|
||||||
|
normal = "block";
|
||||||
|
insert = "bar";
|
||||||
|
select = "underline";
|
||||||
|
};
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
indent-guides.render = true;
|
indent-guides.render = true;
|
||||||
file-picker.hidden = false;
|
file-picker.hidden = false;
|
||||||
auto-pairs = true;
|
auto-pairs = true;
|
||||||
lsp = {
|
lsp = {
|
||||||
|
enable = true;
|
||||||
display-messages = true;
|
display-messages = true;
|
||||||
|
auto-signature-help = true;
|
||||||
|
display-signature-help-docs = true;
|
||||||
|
snippets = true;
|
||||||
|
goto-reference-include-declaration = true;
|
||||||
};
|
};
|
||||||
statusline = {
|
statusline = {
|
||||||
left = [ "mode" "spinner" "file-name" ];
|
mode = {
|
||||||
|
normal = "NORMAL";
|
||||||
|
insert = "INSERT";
|
||||||
|
select = "SELECT";
|
||||||
|
};
|
||||||
|
left = [ "mode" "separator" "spinner" "separator" "file-name" ];
|
||||||
right = [ "diagnostics" "position" "file-encoding" ];
|
right = [ "diagnostics" "position" "file-encoding" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,9 @@
|
||||||
ls = "exa -l";
|
ls = "exa -l";
|
||||||
lsa = "exa -al";
|
lsa = "exa -al";
|
||||||
cd = "z";
|
cd = "z";
|
||||||
osrb = "sudo nixos-rebuild $1 --flake ~/code/nixos-config/#katana";
|
osrb = "sudo nixos-rebuild $1 --flake ~/code/nixos-config/#$2";
|
||||||
zel = "zellij -s";
|
|
||||||
top = "btm";
|
top = "btm";
|
||||||
cat = "bat --decorations=never";
|
cat = "bat --decorations=never";
|
||||||
extract = "~/.config/zsh/extract.sh";
|
|
||||||
};
|
};
|
||||||
localVariables = {
|
localVariables = {
|
||||||
EDITOR="hx";
|
EDITOR="hx";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue