obs virtual camera stuff
This commit is contained in:
parent
346865f65b
commit
5bd748f506
3 changed files with 30 additions and 21 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue