Remove syncthing migration script

This commit is contained in:
Yan Lin 2025-08-18 20:21:13 +09:00
parent 6e154b7299
commit f76359a615
2 changed files with 17 additions and 19 deletions

View file

@ -121,6 +121,17 @@
};
settings = {
defaults = {
vimgrep_arguments = [
"rg"
"--color=never"
"--no-heading"
"--with-filename"
"--line-number"
"--column"
"--smart-case"
"--hidden"
"--no-ignore"
];
file_ignore_patterns = [
"^.git/"
"^node_modules/"
@ -133,6 +144,12 @@
};
};
};
pickers = {
find_files = {
hidden = true;
no_ignore = true;
};
};
};
};
};