hopefully add typst support

This commit is contained in:
zoe 2023-04-24 10:05:01 +02:00
parent d4b51eaec5
commit d001d4f8e3
1 changed files with 7 additions and 0 deletions

View File

@ -51,6 +51,13 @@
"/home/zoe/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rust-analyzer";
};
}
{
name = "typst";
scope = "text.typ";
roots = ["main.typ"];
file-types = [ "typ" ];
language-server = { command = "typst-lsp"; };
}
];
};
}