Szabin

Results 5 comments of Szabin

The only potential regression is that `spinner` no longer reserving space may cause neighboring elements to jump around. I think the most elegant solution would be to simply move it...

At this point I'm considering reverting the refactor. There are more unforeseen consequences of it than potential benefits. I've begun working on the autohide feature but the inner view dimensions...

Started working on a draft PR to address this: #10087. It needs more work/discussion, though. I apologize for the mess.

I like it! If both breadcrumbs and [sticky context](https://github.com/helix-editor/helix/pull/6118) gets merged then users will have multiple options as to how to keep context around. Some formatting questions: de we need...

Tested the following configuration in `project/.helix/languages.toml` and both servers appear to work: ```toml [[language]] name = "svelte" language-servers = ["svelteserver", "tailwindcss"] roots = ["tailwind.config.cjs", "tailwind.config.js"] [language-server.svelteserver] command = "node_modules/@tailwindcss/language-server/bin/tailwindcss-language-server" [language-server.tailwindcss]...