obs virtual camera stuff

This commit is contained in:
Tao Tien 2024-02-19 22:41:58 -08:00
parent 346865f65b
commit 5bd748f506
3 changed files with 30 additions and 21 deletions

View file

@ -44,19 +44,21 @@
{ name = "typst"; indent = { tab-width = 4; unit = " "; }; }
{
name = "rust";
language-server.rust-analyzer.config = {
procMacro = {
ignored = {
leptos_macro = [
# Optional:
# "component",
"server"
];
};
};
};
}
];
language-servers = {
rust-analyzer.config = {
procMacro = {
ignored = {
leptos_macro = [
# Optional:
# "component",
"server"
];
};
};
};
};
grammar = [
{
name = "nix";