feat(jujutsu): configure watchman

This commit is contained in:
Khaïs COLIN 2025-05-24 13:26:50 +02:00
parent 2925bb3672
commit 484dc6a929
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -111,6 +111,8 @@ in {
# other lsps
nixd
nil
# used for jujutsu watch
watchman
];
file = {
@ -148,6 +150,12 @@ in {
enable = true;
ediff = true;
settings = {
core = {
# monitor filesystem for changes for faster snapshots in large repos
fsmonitor = "watchman";
# automatically snapshot on file changes
watchman.register-snapshot-trigger = true;
};
user = {
email = "khais.colin@gmail.com";
name = "Khaïs COLIN";