Wrote about syncing my Helix theme with my COSMIC desktop environment.
https://matthewsanabria.dev/posts/helix-theme-syncing-with-cosmic/
#linux #archlinux #arch #cosmic #helix #HelixEditor #programming
Recently discovered #typst. And I am simply overjoyed. 😁 Too many times I spent relearning #LaTex. Yet, still having issues with the styling, compiling, formatting, tooling, etc. 😡
But on typst? Install the snap, open up #helix, and away I go! 😎 Markup language is really intuitive. And writing functions is so easy.
Pretty certain I'm going to convert all those tex files I have to this. 😏
My #AoC repository has 908 files (285 are in #rust). Recently I found rust-analyzer called from #helix spins forever. AI helped me out to find the solution. Too many files!
diff --git a/languages.toml b/languages.toml
index 1a890bab..f6e67819 100644
--- a/languages.toml
+++ b/languages.toml
@@ -208,7 +208,7 @@ inlayHints.lifetimeElisionHints.enable = "skip_trivial"
inlayHints.typeHints.hideClosureInitialization = false
[language-server.rust-analyzer.config.files]
-watcher = "server"
+watcher = "client"
[language-server.typescript-language-server]
command = "typescript-language-server"