Compare commits

...

2 commits

Author SHA1 Message Date
a5116233c1
foot: Disable dpi-aware
May be this was the reason foot & tmux did not play well
together last time on multiple monitors. This is disabled
by default, so keep it disabled. We will revisit this if
it is actually required.
2024-11-25 16:51:07 +05:30
773a6b6ff4
zig: Enable build on save diagnostics
https://kristoff.it/blog/improving-your-zls-experience/
2024-11-25 16:50:41 +05:30
2 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,7 @@ font-bold = monospace:style=Bold:size=13
font-italic = monospace:style=SemiBold Italic:size=13
font-bold-italic = monospace:style=Bold Italic:size=13
box-drawings-uses-font-glyphs = yes
dpi-aware = yes
dpi-aware = no
[scrollback]
lines = 0

4
zig/.config/zls.json Normal file
View file

@ -0,0 +1,4 @@
{
"enable_build_on_save" : true,
"build_on_save_step" : "check"
}