do a bunch of shit
This commit is contained in:
parent
5521d3f479
commit
fa9a5caea6
4 changed files with 14 additions and 15 deletions
|
@ -31,15 +31,15 @@
|
|||
bufferline = "multiple";
|
||||
color-modes = true;
|
||||
cursorline = true;
|
||||
auto-save = {
|
||||
focus-lost = true;
|
||||
after-delay.enable = true;
|
||||
after-delay.timeout = 10000;
|
||||
};
|
||||
# auto-save = {
|
||||
# focus-lost = true;
|
||||
# after-delay.enable = true;
|
||||
# after-delay.timeout = 10000;
|
||||
# };
|
||||
auto-format = true;
|
||||
end-of-line-diagnostics = "hint";
|
||||
# slightly optimized based on my layout
|
||||
jump-label-alphabet = "jfkdaslghwenuiopbcmyzqrtvx";
|
||||
jump-label-alphabet = "jfkdhaslgwenuiopbcmyzqrtvx";
|
||||
clipboard-provider = "wayland";
|
||||
inline-diagnostics = {
|
||||
cursor-line = "hint";
|
||||
|
@ -75,20 +75,19 @@
|
|||
indent-guides = {
|
||||
render = true;
|
||||
character = "│";
|
||||
skip-levels = 2;
|
||||
skip-levels = 3;
|
||||
};
|
||||
soft-wrap = {
|
||||
enable = true;
|
||||
};
|
||||
whitespace = {
|
||||
render = {
|
||||
space = "all";
|
||||
space = "none";
|
||||
tab = "all";
|
||||
newline = "none";
|
||||
};
|
||||
characters = {
|
||||
space = "·";
|
||||
nbsp = "⍽";
|
||||
nbsp = "·";
|
||||
tab = "→";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -32,3 +32,6 @@ alias guni = cd ~/Docs/uni/info1;
|
|||
alias gunids = cd ~/Docs/uni/design;
|
||||
alias gunida = cd ~/Docs/uni/dramaturgie;
|
||||
alias gunm = cd ~/Docs/uni/mathe1-3;
|
||||
|
||||
# typos
|
||||
alias juts = just;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue