feat(jujutsu): configure watchman
This commit is contained in:
parent
2925bb3672
commit
484dc6a929
1 changed files with 8 additions and 0 deletions
8
home.nix
8
home.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue