feat (home/helix): tinymist config
This commit is contained in:
parent
68dcf58f93
commit
8995c21b4d
1 changed files with 8 additions and 0 deletions
|
|
@ -95,6 +95,14 @@
|
||||||
};
|
};
|
||||||
keys.insert.j.k = "normal_mode";
|
keys.insert.j.k = "normal_mode";
|
||||||
};
|
};
|
||||||
|
languages = {
|
||||||
|
language-server.tinymist = {
|
||||||
|
config = {
|
||||||
|
exportPdf = "onSave";
|
||||||
|
outputPath = "$root/$dir/out/$name";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
programs.jujutsu = {
|
programs.jujutsu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue