finushel helix

This commit is contained in:
Tao Tien 2025-02-20 23:37:01 -08:00
parent 4fbbfbf769
commit c0197cfc96
5 changed files with 18 additions and 75 deletions

View file

@ -7,6 +7,10 @@
settings = {
theme = "gruvbox_dark_hard";
editor = {
end-of-line-diagnostics = "hint";
inline-diagnostics = {
cursor-line = "warning";
};
auto-save = {
focus-lost = true;
after-delay.enable = true;
@ -34,6 +38,7 @@
lsp = {
display-messages = true;
display-inlay-hints = true;
display-progress-messages = true;
};
soft-wrap.enable = true;
smart-tab.supersede-menu = false;