Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(pm/minion): set up for leptos #113

closed opened by a.starrysky.fyi targeting main from private/minion/push-oqywmpqruopz
Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3maoh3i6fyg22
+13
Diff #1
+13
packetmix/homes/minion/helix.nix
··· 15 15 "ui.virtual.whitespace" = "surface0"; # The default catppuccin_latte theme displays rendered whitespace way too harshly... 16 16 }; 17 17 }; 18 + 19 + languages = { 20 + language = [ 21 + { 22 + name = "rust"; 23 + } 24 + ]; 25 + language-server.rust-analyzer.config = { 26 + cargo.allFeatures = true; 27 + diagnostics.disabled = [ "proc-macro-disabled" ]; 28 + procMacro.ignored.leptos_macro = [ "server" ]; 29 + }; 30 + }; 18 31 }; 19 32 }

History

5 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
feat(pm/minion): set up for leptos
expand 1 comment

manually merged due to tangled error

closed without merging
1 commit
expand
feat(pm/minion): set up for leptos
expand 0 comments
1 commit
expand
feat(pm/minion): set up for leptos
expand 0 comments
1 commit
expand
feat(pm/minion): set up for leptos
expand 0 comments
1 commit
expand
feat(pm/minion): set up for leptos
1/5 failed, 2/5 timeout, 2/5 success
expand
expand 0 comments