Changed typst config
This commit is contained in:
@@ -94,6 +94,8 @@ in {
|
||||
editor.cursor-shape = {
|
||||
insert = "bar";
|
||||
};
|
||||
editor.end-of-line-diagnostics = "hint";
|
||||
editor.inline-diagnostics.cursor-line = "error";
|
||||
};
|
||||
languages = {
|
||||
# Rust
|
||||
|
@@ -18,6 +18,7 @@ in {
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
unstable.typst
|
||||
unstable.typst-live
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user